Uses of Enum Class
ome.xml.model.enums.UnitsTemperature
Packages that use UnitsTemperature
-
Uses of UnitsTemperature in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsTemperatureModifier and TypeMethodDescriptionstatic UnitsTemperatureUnitsTemperature.fromString(String value) static UnitsTemperatureReturns the enum constant of this class with the specified name.static UnitsTemperature[]UnitsTemperature.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 UnitsTemperatureModifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
TemperatureUnitsTemperature.create(T newValue, UnitsTemperature newUnit) static <T extends Number>
TemperatureUnitsTemperature.create(T newValue, UnitsTemperature newUnit) -
Uses of UnitsTemperature in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with parameters of type UnitsTemperatureModifier and TypeMethodDescriptionstatic Unit<Temperature>UnitsTemperatureEnumHandler.getBaseUnit(UnitsTemperature inModelUnit) static <T extends PrimitiveNumber>
TemperatureUnitsTemperatureEnumHandler.getQuantity(T inValue, UnitsTemperature inModelUnit) static <T extends Number>
TemperatureUnitsTemperatureEnumHandler.getQuantity(T inValue, UnitsTemperature inModelUnit)