net.agmodel.physical
Class SpeedUnit

java.lang.Object
  |
  +--net.agmodel.physical.AbstractUnit
        |
        +--net.agmodel.physical.SpeedUnit
All Implemented Interfaces:
Serializable

public final class SpeedUnit
extends AbstractUnit

See Also:
Serialized Form

Field Summary
static SpeedUnit FOOT_PER_SECOND
          Used to specify foot per second unit.
static SpeedUnit KILOMETERS_PER_HOUR
          Used to specify kilometers per hour unit.
static SpeedUnit KNOT
          Used to specify knot unit.
static SpeedUnit METERS_PER_SECOND
          Used to specify meters per second unit.
static SpeedUnit MILES_PER_HOUR
          Used to specify miles per hour unit.
 
Fields inherited from class net.agmodel.physical.AbstractUnit
Factor, ord, unitName
 
Method Summary
 boolean equals(SpeedUnit 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

METERS_PER_SECOND

public static final SpeedUnit METERS_PER_SECOND
Used to specify meters per second unit.


FOOT_PER_SECOND

public static final SpeedUnit FOOT_PER_SECOND
Used to specify foot per second unit.


KILOMETERS_PER_HOUR

public static final SpeedUnit KILOMETERS_PER_HOUR
Used to specify kilometers per hour unit.


KNOT

public static final SpeedUnit KNOT
Used to specify knot unit.


MILES_PER_HOUR

public static final SpeedUnit MILES_PER_HOUR
Used to specify miles per hour unit.

Method Detail

equals

public boolean equals(SpeedUnit obj)