Uses of Class
org.neotropic.kuwaiba.modules.core.containmentman.general.EContainmentOption
-
Packages that use EContainmentOption Package Description org.neotropic.kuwaiba.modules.core.containmentman.general -
-
Uses of EContainmentOption in org.neotropic.kuwaiba.modules.core.containmentman.general
Methods in org.neotropic.kuwaiba.modules.core.containmentman.general that return EContainmentOption Modifier and Type Method Description static EContainmentOption
EContainmentOption. get(String abbreviation)
static EContainmentOption
EContainmentOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static EContainmentOption[]
EContainmentOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-