public static enum GetDecisionFieldSet.EntityType extends java.lang.Enum<GetDecisionFieldSet.EntityType>
| Modifier and Type | Method and Description |
|---|---|
static GetDecisionFieldSet.EntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetDecisionFieldSet.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetDecisionFieldSet.EntityType USER
public static final GetDecisionFieldSet.EntityType ORDER
public static final GetDecisionFieldSet.EntityType SESSION
public static final GetDecisionFieldSet.EntityType CONTENT
public static GetDecisionFieldSet.EntityType[] values()
for (GetDecisionFieldSet.EntityType c : GetDecisionFieldSet.EntityType.values()) System.out.println(c);
public static GetDecisionFieldSet.EntityType 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