Uses of Class
io.github.anass_abea.enumClasses.UnitValue
Package | Description |
---|---|
io.github.anass_abea.enumClasses | |
io.github.anass_abea.impl | |
io.github.anass_abea.interf |
-
Uses of UnitValue in io.github.anass_abea.enumClasses
Methods in io.github.anass_abea.enumClasses that return UnitValue Modifier and Type Method Description static UnitValue
UnitValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitValue[]
UnitValue. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UnitValue in io.github.anass_abea.impl
Methods in io.github.anass_abea.impl that return UnitValue Modifier and Type Method Description UnitValue
UnitImpl. getUnitValue()
-
Uses of UnitValue in io.github.anass_abea.interf
Methods in io.github.anass_abea.interf that return UnitValue Modifier and Type Method Description UnitValue
Unit. getUnitValue()