Uses of Class
ooaofooa.datatypes.StateEnum
-
Packages that use StateEnum Package Description ooaofooa.datatypes -
-
Uses of StateEnum in ooaofooa.datatypes
Methods in ooaofooa.datatypes that return StateEnum Modifier and Type Method Description static StateEnumStateEnum. deserialize(Object o)static StateEnumStateEnum. valueOf(int value)Returns the enum constant of this type with the specified name.static StateEnumStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StateEnum[]StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-