public enum StateRole extends Enum<StateRole> implements SphereEnumeration
SphereEnumeration.AddRoles,
SetRoles,
RemoveRoles,
State.getRoles()| Enum Constant and Description |
|---|
RETURN |
REVIEW_INCLUDED_IN_STATISTICS |
| Modifier and Type | Method and Description |
|---|---|
static StateRole |
ofSphereValue(String value) |
static StateRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffindBySphereName, name, toSphereNamepublic static final StateRole REVIEW_INCLUDED_IN_STATISTICS
public static final StateRole RETURN
public static StateRole[] values()
for (StateRole c : StateRole.values()) System.out.println(c);
public static StateRole valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null