Package | Description |
---|---|
ome.xml.model.enums | |
ome.xml.model.enums.handlers |
Modifier and Type | Method and Description |
---|---|
static UnitsLength |
UnitsLength.fromString(String value) |
static UnitsLength |
UnitsLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitsLength[] |
UnitsLength.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> |
UnitsLength.create(T newValue,
UnitsLength newUnit) |
static <T extends PrimitiveNumber> |
UnitsLength.create(T newValue,
UnitsLength newUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Length> |
UnitsLengthEnumHandler.getBaseUnit(UnitsLength inModelUnit) |
static <T extends Number> |
UnitsLengthEnumHandler.getQuantity(T inValue,
UnitsLength inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsLengthEnumHandler.getQuantity(T inValue,
UnitsLength inModelUnit) |
Copyright © 2016 Open Microscopy Environment