| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _UNIT_LENGTH
Integer value of enum value "UNIT_LENGTH" Length based units. |
| static final UnitType | UNIT_LENGTH
Object value of enum value "UNIT_LENGTH" Length based units. |
| static final int | _UNIT_MASS
Integer value of enum value "UNIT_MASS" Mass based units. |
| static final UnitType | UNIT_MASS
Object value of enum value "UNIT_MASS" Mass based units. |
| static final int | _UNIT_FORCE
Integer value of enum value "UNIT_FORCE" Force based units. |
| static final UnitType | UNIT_FORCE
Object value of enum value "UNIT_FORCE" Force based units. |
| static final int | _UNIT_TIME
Integer value of enum value "UNIT_TIME" Time based units. |
| static final UnitType | UNIT_TIME
Object value of enum value "UNIT_TIME" Time based units. |
| static final int | _UNIT_TEMPERATURE
Integer value of enum value "UNIT_TEMPERATURE" Temperature based units. |
| static final UnitType | UNIT_TEMPERATURE
Object value of enum value "UNIT_TEMPERATURE" Temperature based units. |
| static final int | _UNIT_ANGLE
Integer value of enum value "UNIT_ANGLE" Angle based units. |
| static final UnitType | UNIT_ANGLE
Object value of enum value "UNIT_ANGLE" Angle based units. |
| static final int | _UnitType_null
Enum null value. |
| Method Summary | |
|---|---|
| static UnitType | FromInt
(int value)
Creates enum object from an integer. |
| static UnitType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static UnitType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static UnitType | FromInt | (Integer value) |
Creates enum object from an integer object.
|