Uses of Class
ome.xml.model.enums.UnitsTemperature
-
Packages that use UnitsTemperature Package Description ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of UnitsTemperature in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsTemperature Modifier and Type Method Description static UnitsTemperatureUnitsTemperature. fromString(java.lang.String value)static UnitsTemperatureUnitsTemperature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnitsTemperature[]UnitsTemperature. 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 UnitsTemperature Modifier and Type Method Description static <T extends PrimitiveNumber>
TemperatureUnitsTemperature. create(T newValue, UnitsTemperature newUnit)static <T extends java.lang.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 UnitsTemperature Modifier and Type Method Description static Unit<Temperature>UnitsTemperatureEnumHandler. getBaseUnit(UnitsTemperature inModelUnit)static <T extends PrimitiveNumber>
TemperatureUnitsTemperatureEnumHandler. getQuantity(T inValue, UnitsTemperature inModelUnit)static <T extends java.lang.Number>
TemperatureUnitsTemperatureEnumHandler. getQuantity(T inValue, UnitsTemperature inModelUnit)
-