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