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