public class UnitsFrequencyEnumHandler extends Object implements IEnumerationHandler
| Constructor and Description |
|---|
UnitsFrequencyEnumHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Unit<Frequency> |
getBaseUnit(UnitsFrequency inModelUnit) |
Class<? extends Enumeration> |
getEntity()
Retrieve the entity corresponding to this handler.
|
Enumeration |
getEnumeration(Frequency inUnit) |
Enumeration |
getEnumeration(String value)
Attempt to find an enumeration from a list of enumeration values.
|
static <T extends Number> |
getQuantity(T inValue,
UnitsFrequency inModelUnit) |
static <T extends PrimitiveNumber> |
getQuantity(T inValue,
UnitsFrequency inModelUnit) |
public Enumeration getEnumeration(String value) throws EnumerationException
IEnumerationHandlergetEnumeration in interface IEnumerationHandlervalue - Value for which to find an enumeration.EnumerationExceptionpublic Enumeration getEnumeration(Frequency inUnit) throws EnumerationException
EnumerationExceptionpublic static Unit<Frequency> getBaseUnit(UnitsFrequency inModelUnit)
public static <T extends PrimitiveNumber> Frequency getQuantity(T inValue, UnitsFrequency inModelUnit) throws EnumerationException
EnumerationExceptionpublic static <T extends Number> Frequency getQuantity(T inValue, UnitsFrequency inModelUnit) throws EnumerationException
EnumerationExceptionpublic Class<? extends Enumeration> getEntity()
IEnumerationHandlergetEntity in interface IEnumerationHandlerCopyright © 2006–2024 Open Microscopy Environment. All rights reserved.