Package ome.xml.model.enums.handlers
Class UnitsTemperatureEnumHandler
- java.lang.Object
-
- ome.xml.model.enums.handlers.UnitsTemperatureEnumHandler
-
- All Implemented Interfaces:
IEnumerationHandler
public class UnitsTemperatureEnumHandler extends Object implements IEnumerationHandler
Enumeration handler for UnitsTemperature.
-
-
Constructor Summary
Constructors Constructor Description UnitsTemperatureEnumHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Unit<Temperature>
getBaseUnit(UnitsTemperature inModelUnit)
Class<? extends Enumeration>
getEntity()
Retrieve the entity corresponding to this handler.Enumeration
getEnumeration(String value)
Attempt to find an enumeration from a list of enumeration values.Enumeration
getEnumeration(Temperature inUnit)
static <T extends PrimitiveNumber>
TemperaturegetQuantity(T inValue, UnitsTemperature inModelUnit)
-
-
-
Method Detail
-
getEnumeration
public Enumeration getEnumeration(String value) throws EnumerationException
Description copied from interface:IEnumerationHandler
Attempt to find an enumeration from a list of enumeration values.- Specified by:
getEnumeration
in interfaceIEnumerationHandler
- Parameters:
value
- Value for which to find an enumeration.- Throws:
EnumerationException
-
getEnumeration
public Enumeration getEnumeration(Temperature inUnit) throws EnumerationException
- Throws:
EnumerationException
-
getBaseUnit
public static Unit<Temperature> getBaseUnit(UnitsTemperature inModelUnit)
-
getQuantity
public static <T extends PrimitiveNumber> Temperature getQuantity(T inValue, UnitsTemperature inModelUnit) throws EnumerationException
- Throws:
EnumerationException
-
getQuantity
public static <T extends Number> Temperature getQuantity(T inValue, UnitsTemperature inModelUnit) throws EnumerationException
- Throws:
EnumerationException
-
getEntity
public Class<? extends Enumeration> getEntity()
Description copied from interface:IEnumerationHandler
Retrieve the entity corresponding to this handler.- Specified by:
getEntity
in interfaceIEnumerationHandler
-
-