Uses of Class
ome.xml.model.enums.UnitsPower
-
Packages that use UnitsPower Package Description ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of UnitsPower in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsPower Modifier and Type Method Description static UnitsPower
UnitsPower. fromString(String value)
static UnitsPower
UnitsPower. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnitsPower[]
UnitsPower. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ome.xml.model.enums with parameters of type UnitsPower Modifier and Type Method Description static <T extends PrimitiveNumber>
PowerUnitsPower. create(T newValue, UnitsPower newUnit)
static <T extends Number>
PowerUnitsPower. create(T newValue, UnitsPower newUnit)
-
Uses of UnitsPower in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with parameters of type UnitsPower Modifier and Type Method Description static Unit<Power>
UnitsPowerEnumHandler. getBaseUnit(UnitsPower inModelUnit)
static <T extends PrimitiveNumber>
PowerUnitsPowerEnumHandler. getQuantity(T inValue, UnitsPower inModelUnit)
static <T extends Number>
PowerUnitsPowerEnumHandler. getQuantity(T inValue, UnitsPower inModelUnit)
-