Package | Description |
---|---|
ome.xml.model.enums | |
ome.xml.model.enums.handlers |
Modifier and Type | Method and Description |
---|---|
static UnitsTemperature |
UnitsTemperature.fromString(String value) |
static UnitsTemperature |
UnitsTemperature.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsTemperature.create(T newValue,
UnitsTemperature newUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperature.create(T newValue,
UnitsTemperature newUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Temperature> |
UnitsTemperatureEnumHandler.getBaseUnit(UnitsTemperature inModelUnit) |
static <T extends Number> |
UnitsTemperatureEnumHandler.getQuantity(T inValue,
UnitsTemperature inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperatureEnumHandler.getQuantity(T inValue,
UnitsTemperature inModelUnit) |
Copyright © 2016 Open Microscopy Environment