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