Package | Description |
---|---|
ome.model.enums | |
ome.model.units |
Modifier and Type | Method and Description |
---|---|
static UnitsFrequency |
UnitsFrequency.bySymbol(java.lang.String symbol) |
static UnitsFrequency |
UnitsFrequency.valueOf(java.lang.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 |
---|---|
UnitsFrequency |
Frequency.getUnit()
Many-to-one field ome.model.units.Frequency.unit (ome.model.enums.UnitsFrequency).
|
Modifier and Type | Method and Description |
---|---|
void |
Frequency.setUnit(UnitsFrequency unit) |
Constructor and Description |
---|
Frequency(double d,
UnitsFrequency u) |