Uses of Enum Class
ome.xml.model.enums.UnitsPower
Packages that use UnitsPower
-
Uses of UnitsPower in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsPowerModifier and TypeMethodDescriptionstatic UnitsPowerUnitsPower.fromString(String value) static UnitsPowerReturns the enum constant of this class with the specified name.static UnitsPower[]UnitsPower.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ome.xml.model.enums with parameters of type UnitsPowerModifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
PowerUnitsPower.create(T newValue, UnitsPower newUnit) UnitsPower.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 UnitsPowerModifier and TypeMethodDescriptionUnitsPowerEnumHandler.getBaseUnit(UnitsPower inModelUnit) static <T extends PrimitiveNumber>
PowerUnitsPowerEnumHandler.getQuantity(T inValue, UnitsPower inModelUnit) UnitsPowerEnumHandler.getQuantity(T inValue, UnitsPower inModelUnit)