|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.agmodel.physical.AbstractUnit
net.agmodel.physical.LengthUnit
| Field Summary | |
static LengthUnit |
CENTIMETER
Used to specify centimeter unit. |
static LengthUnit |
FOOT
Used to specify foot unit (1959 Standard). |
static LengthUnit |
INCH
Used to specify inch unit (1959 Standard). |
static LengthUnit |
KILOMETER
Used to specify kilometer unit. |
static LengthUnit |
METER
Used to specify meter unit.  One meter was redefined in 1983 as the distance traveled by light in a vacuum in 1/299,792,458 of a second. |
static LengthUnit |
MILE
Used to specify mile unit. |
static LengthUnit |
MILE_NAUTICAL
Used to specify nautical mile unit. |
static LengthUnit |
MILLIMETER
Used to specify millimeter unit. |
static LengthUnit |
YARD
Used to specify yard unit (1959 Standard). |
| Fields inherited from class net.agmodel.physical.AbstractUnit |
ord, unitName |
| Method Summary | |
boolean |
equals(LengthUnit obj)
|
| Methods inherited from class net.agmodel.physical.AbstractUnit |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final LengthUnit METER
Durationpublic static final LengthUnit MILLIMETER
public static final LengthUnit CENTIMETER
public static final LengthUnit KILOMETER
public static final LengthUnit INCH
public static final LengthUnit FOOT
public static final LengthUnit YARD
public static final LengthUnit MILE
public static final LengthUnit MILE_NAUTICAL
| Method Detail |
public boolean equals(LengthUnit obj)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||