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