public static enum ICaseConstants.CaseDataActions extends java.lang.Enum<ICaseConstants.CaseDataActions>
| Enum Constant and Description |
|---|
getCaseData |
getCaseDataByName |
uploadCaseData |
| Modifier and Type | Method and Description |
|---|---|
static ICaseConstants.CaseDataActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICaseConstants.CaseDataActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICaseConstants.CaseDataActions uploadCaseData
public static final ICaseConstants.CaseDataActions getCaseDataByName
public static final ICaseConstants.CaseDataActions getCaseData
public static ICaseConstants.CaseDataActions[] values()
for (ICaseConstants.CaseDataActions c : ICaseConstants.CaseDataActions.values()) System.out.println(c);
public static ICaseConstants.CaseDataActions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null