| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DATUM_SIDE_NONE
Integer value of enum value "DATUM_SIDE_NONE" This type is used if the constraint does not involve a datum plane. |
| static final DatumSide | DATUM_SIDE_NONE
Object value of enum value "DATUM_SIDE_NONE" This type is used if the constraint does not involve a datum plane. |
| static final int | _DATUM_SIDE_RED
Integer value of enum value "DATUM_SIDE_RED" This type represents the secondary (formerly red) side of the datum plane. |
| static final DatumSide | DATUM_SIDE_RED
Object value of enum value "DATUM_SIDE_RED" This type represents the secondary (formerly red) side of the datum plane. |
| static final int | _DATUM_SIDE_YELLOW
Integer value of enum value "DATUM_SIDE_YELLOW" This type represents the primary (formerly yellow) side of the datum plane. |
| static final DatumSide | DATUM_SIDE_YELLOW
Object value of enum value "DATUM_SIDE_YELLOW" This type represents the primary (formerly yellow) side of the datum plane. |
| static final int | _DatumSide_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumSide | FromInt
(int value)
Creates enum object from an integer. |
| static DatumSide | 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 DatumSide | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumSide | FromInt | (Integer value) |
Creates enum object from an integer object.
|