| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DTMAXIS_NORMAL
Integer value of enum value "DTMAXIS_NORMAL" This specifies 'Normal' datum axis. |
| static final DatumAxisConstraintType | DTMAXIS_NORMAL
Object value of enum value "DTMAXIS_NORMAL" This specifies 'Normal' datum axis. |
| static final int | _DTMAXIS_THRU
Integer value of enum value "DTMAXIS_THRU" This specifies 'Through' datum axis. |
| static final DatumAxisConstraintType | DTMAXIS_THRU
Object value of enum value "DTMAXIS_THRU" This specifies 'Through' datum axis. |
| static final int | _DTMAXIS_TANGENT
Integer value of enum value "DTMAXIS_TANGENT" This specifies 'Tangent' datum axis. |
| static final DatumAxisConstraintType | DTMAXIS_TANGENT
Object value of enum value "DTMAXIS_TANGENT" This specifies 'Tangent' datum axis. |
| static final int | _DTMAXIS_CENTER
Integer value of enum value "DTMAXIS_CENTER" This specifies 'Center' datum axis. |
| static final DatumAxisConstraintType | DTMAXIS_CENTER
Object value of enum value "DTMAXIS_CENTER" This specifies 'Center' datum axis. |
| static final int | _DatumAxisConstraintType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumAxisConstraintType | FromInt
(int value)
Creates enum object from an integer. |
| static DatumAxisConstraintType | 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 DatumAxisConstraintType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumAxisConstraintType | FromInt | (Integer value) |
Creates enum object from an integer object.
|