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