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

Field Summary
static TemperatureUnit CELSIUS
          Used to specify degree Celsius unit.
static TemperatureUnit FAHRENHEIT
          Used to specify degree Fahrenheit unit.
static TemperatureUnit KELVIN
          Used to specify degree Kelvin unit.
 
Fields inherited from class net.agmodel.physical.AbstractUnit
Factor, ord, unitName
 
Method Summary
 boolean equals(TemperatureUnit obj)
           
 
Methods inherited from class net.agmodel.physical.AbstractUnit
equals, getFactor, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Method Detail

equals

public boolean equals(TemperatureUnit obj)