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