| Package | Description |
|---|---|
| ome.xml.model.enums | |
| ome.xml.model.enums.handlers | |
| ome.xml.model.primitives |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PrimitiveNumber> |
UnitsElectricPotential.create(T newValue,
UnitsElectricPotential newUnit) |
static <T extends PrimitiveNumber> |
UnitsFrequency.create(T newValue,
UnitsFrequency newUnit) |
static <T extends PrimitiveNumber> |
UnitsLength.create(T newValue,
UnitsLength newUnit) |
static <T extends PrimitiveNumber> |
UnitsPower.create(T newValue,
UnitsPower newUnit) |
static <T extends PrimitiveNumber> |
UnitsPressure.create(T newValue,
UnitsPressure newUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperature.create(T newValue,
UnitsTemperature newUnit) |
static <T extends PrimitiveNumber> |
UnitsTime.create(T newValue,
UnitsTime newUnit) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PrimitiveNumber> |
UnitsElectricPotentialEnumHandler.getQuantity(T inValue,
UnitsElectricPotential inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsFrequencyEnumHandler.getQuantity(T inValue,
UnitsFrequency inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsLengthEnumHandler.getQuantity(T inValue,
UnitsLength inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsPowerEnumHandler.getQuantity(T inValue,
UnitsPower inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsPressureEnumHandler.getQuantity(T inValue,
UnitsPressure inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsTemperatureEnumHandler.getQuantity(T inValue,
UnitsTemperature inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsTimeEnumHandler.getQuantity(T inValue,
UnitsTime inModelUnit) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonNegativeFloat
A float whose constraints are bound to Java's 64-bit float (double) and a
further non-negative restriction.
|
class |
NonNegativeInteger
An integer whose constraints are bound to Java's 32-bit signed integer type
and a further non-negative restriction.
|
class |
NonNegativeLong
An integer whose constraints are bound to Java's 64-bit signed integer type
and a further non-negative restriction.
|
class |
PercentFraction
A floating point value whose constraints are bound to Java's 32-bit floating
point type and a further 0.0f minimum and 1.0f maximum.
|
class |
PositiveFloat
A float whose constraints are bound to Java's 64-bit float (double) and a
further positive restriction.
|
class |
PositiveInteger
An integer whose constraints are bound to Java's 32-bit signed integer type
and a further positive restriction.
|
class |
PositiveLong
An integer whose constraints are bound to Java's 64-bit signed integer type
and a further positive restriction.
|
Copyright © 2006–2023 Open Microscopy Environment. All rights reserved.