|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.agmodel.physical.AbstractUnit
|
+--net.agmodel.physical.SpeedUnit
| 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 |
public static final SpeedUnit METERS_PER_SECOND
public static final SpeedUnit FOOT_PER_SECOND
public static final SpeedUnit KILOMETERS_PER_HOUR
public static final SpeedUnit KNOT
public static final SpeedUnit MILES_PER_HOUR
| Method Detail |
public boolean equals(SpeedUnit obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||