Uses of Class
org.goplanit.utils.unit.UnitGroup
-
Packages that use UnitGroup Package Description org.goplanit.utils.unit -
-
Uses of UnitGroup in org.goplanit.utils.unit
Fields in org.goplanit.utils.unit declared as UnitGroup Modifier and Type Field Description protected UnitGroup
UnitType. group
Methods in org.goplanit.utils.unit that return UnitGroup Modifier and Type Method Description UnitGroup
UnitType. getGroup()
static UnitGroup
UnitGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnitGroup[]
UnitGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-