public enum HistoryEntityField extends java.lang.Enum<HistoryEntityField>
Enum Constant and Description |
---|
ADD_ENTITLEMENT |
ENTITLEMENT_FAMILY |
FLOW_AUTH |
FLOW_CHECK |
OWNER |
PROFILE_TYPE |
REMOVE_ENTITLEMENT |
Modifier and Type | Method and Description |
---|---|
static HistoryEntityField |
get(java.lang.String code) |
java.lang.String |
getValue() |
static HistoryEntityField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEntityField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryEntityField ADD_ENTITLEMENT
public static final HistoryEntityField REMOVE_ENTITLEMENT
public static final HistoryEntityField PROFILE_TYPE
public static final HistoryEntityField OWNER
public static final HistoryEntityField ENTITLEMENT_FAMILY
public static final HistoryEntityField FLOW_AUTH
public static final HistoryEntityField FLOW_CHECK
public static HistoryEntityField[] values()
for (HistoryEntityField c : HistoryEntityField.values()) System.out.println(c);
public static HistoryEntityField 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 getValue()
public static HistoryEntityField get(java.lang.String code)