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