Uses of Class
ru.moysklad.remap_1_2.entities.State.StateType
-
Packages that use State.StateType Package Description ru.moysklad.remap_1_2.entities -
-
Uses of State.StateType in ru.moysklad.remap_1_2.entities
Methods in ru.moysklad.remap_1_2.entities that return State.StateType Modifier and Type Method Description static State.StateTypeState.StateType. valueOf(String name)Returns the enum constant of this type with the specified name.static State.StateType[]State.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-