Package | Description |
---|---|
ome.model.enums | |
ome.model.units |
Modifier and Type | Method and Description |
---|---|
static UnitsLength |
UnitsLength.bySymbol(java.lang.String symbol) |
static UnitsLength |
UnitsLength.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnitsLength[] |
UnitsLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnitsLength |
Length.getUnit()
Many-to-one field ome.model.units.Length.unit (ome.model.enums.UnitsLength).
|
Modifier and Type | Method and Description |
---|---|
void |
Length.setUnit(UnitsLength unit) |
Constructor and Description |
---|
Length(double d,
UnitsLength u) |