net.agmodel.physical
Class TemperatureUnit
java.lang.Object
|
+--net.agmodel.physical.AbstractUnit
|
+--net.agmodel.physical.TemperatureUnit
- All Implemented Interfaces:
- Serializable
- public final class TemperatureUnit
- extends AbstractUnit
- See Also:
- Serialized Form
KELVIN
public static final TemperatureUnit KELVIN
- Used to specify degree Kelvin unit. 
The kelvin is the 1/273.16th of the thermodynamic temperature of the
triple point of water. 
It is named after the Scottish mathematician and physicist William
Thomson 1st Lord Kelvin (1824-1907)
CELSIUS
public static final TemperatureUnit CELSIUS
- Used to specify degree Celsius unit.
FAHRENHEIT
public static final TemperatureUnit FAHRENHEIT
- Used to specify degree Fahrenheit unit.
equals
public boolean equals(TemperatureUnit obj)