Uses of Class
de.xima.fc.mdl.enums.ESystemAccountState
-
Packages that use ESystemAccountState Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ESystemAccountState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ESystemAccountState Modifier and Type Method Description static ESystemAccountState
ESystemAccountState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ESystemAccountState[]
ESystemAccountState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-