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