public class UnitsTemperatureEnumHandler extends Object implements IEnumerationHandler
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
private static Hashtable<String,String> |
patterns
Every UnitsTemperature value must match one of these patterns.
|
Constructor and Description |
---|
UnitsTemperatureEnumHandler() |
Modifier and Type | Method and 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 Number> |
getQuantity(T inValue,
UnitsTemperature inModelUnit) |
static <T extends PrimitiveNumber> |
getQuantity(T inValue,
UnitsTemperature inModelUnit) |
private static Hashtable<String,String> |
makePatterns() |
public Enumeration getEnumeration(String value) throws EnumerationException
IEnumerationHandler
getEnumeration
in interface IEnumerationHandler
value
- Value for which to find an enumeration.EnumerationException
public Enumeration getEnumeration(Temperature inUnit) throws EnumerationException
EnumerationException
public static Unit<Temperature> getBaseUnit(UnitsTemperature inModelUnit)
public static <T extends PrimitiveNumber> Temperature getQuantity(T inValue, UnitsTemperature inModelUnit) throws EnumerationException
EnumerationException
public static <T extends Number> Temperature getQuantity(T inValue, UnitsTemperature inModelUnit) throws EnumerationException
EnumerationException
public Class<? extends Enumeration> getEntity()
IEnumerationHandler
getEntity
in interface IEnumerationHandler
Copyright © 2016 Open Microscopy Environment