public enum FIELD_ROLE extends java.lang.Enum<FIELD_ROLE>
| Enum Constant and Description |
|---|
ACTIVITY_NAME |
CASE_ID |
DATE |
OTHER |
RESOURCE_NAME |
SKIP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static FIELD_ROLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FIELD_ROLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FIELD_ROLE CASE_ID
public static final FIELD_ROLE ACTIVITY_NAME
public static final FIELD_ROLE RESOURCE_NAME
public static final FIELD_ROLE DATE
public static final FIELD_ROLE OTHER
public static final FIELD_ROLE SKIP
public static FIELD_ROLE[] values()
for (FIELD_ROLE c : FIELD_ROLE.values()) System.out.println(c);
public static FIELD_ROLE 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<FIELD_ROLE>