Uses of Interface
ome.xml.model.primitives.PrimitiveNumber
-
Packages that use PrimitiveNumber Package Description ome.xml.model.enums ome.xml.model.enums.handlers ome.xml.model.primitives -
-
Uses of PrimitiveNumber in ome.xml.model.enums
Methods in ome.xml.model.enums with type parameters of type PrimitiveNumber Modifier and Type Method Description static <T extends PrimitiveNumber>
ElectricPotentialUnitsElectricPotential. create(T newValue, UnitsElectricPotential newUnit)
static <T extends PrimitiveNumber>
FrequencyUnitsFrequency. create(T newValue, UnitsFrequency newUnit)
static <T extends PrimitiveNumber>
LengthUnitsLength. create(T newValue, UnitsLength newUnit)
static <T extends PrimitiveNumber>
PowerUnitsPower. create(T newValue, UnitsPower newUnit)
static <T extends PrimitiveNumber>
PressureUnitsPressure. create(T newValue, UnitsPressure newUnit)
static <T extends PrimitiveNumber>
TemperatureUnitsTemperature. create(T newValue, UnitsTemperature newUnit)
static <T extends PrimitiveNumber>
TimeUnitsTime. create(T newValue, UnitsTime newUnit)
-
Uses of PrimitiveNumber in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with type parameters of type PrimitiveNumber Modifier and Type Method Description static <T extends PrimitiveNumber>
ElectricPotentialUnitsElectricPotentialEnumHandler. getQuantity(T inValue, UnitsElectricPotential inModelUnit)
static <T extends PrimitiveNumber>
FrequencyUnitsFrequencyEnumHandler. getQuantity(T inValue, UnitsFrequency inModelUnit)
static <T extends PrimitiveNumber>
LengthUnitsLengthEnumHandler. getQuantity(T inValue, UnitsLength inModelUnit)
static <T extends PrimitiveNumber>
PowerUnitsPowerEnumHandler. getQuantity(T inValue, UnitsPower inModelUnit)
static <T extends PrimitiveNumber>
PressureUnitsPressureEnumHandler. getQuantity(T inValue, UnitsPressure inModelUnit)
static <T extends PrimitiveNumber>
TemperatureUnitsTemperatureEnumHandler. getQuantity(T inValue, UnitsTemperature inModelUnit)
static <T extends PrimitiveNumber>
TimeUnitsTimeEnumHandler. getQuantity(T inValue, UnitsTime inModelUnit)
-
Uses of PrimitiveNumber in ome.xml.model.primitives
Classes in ome.xml.model.primitives that implement PrimitiveNumber Modifier and Type Class 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.
-