Modifier and Type | Field and Description |
---|---|
private IF97.UnitSystem |
IF97.UNIT_SYSTEM |
Modifier and Type | Method and Description |
---|---|
static IF97.UnitSystem |
IF97.UnitSystem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IF97.UnitSystem[] |
IF97.UnitSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) OutOfRangeException |
OutOfRangeException.convertFromDefault(IF97.UnitSystem unitSystem) |
(package private) static double |
IF97.convertFromDefault(IF97.UnitSystem unitSystem,
IF97.Quantity quantity,
double value) |
(package private) static Region |
Region.getRegionPT(IF97.UnitSystem unitSystem,
double pressure,
double temperature) |
void |
IF97.setUnitSystem(IF97.UnitSystem unitSystem)
Set (change) the unit system.
|
Constructor and Description |
---|
IF97(IF97.UnitSystem unitSystem)
Instantiate an IF97 object with the specified unit system.
|