| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DTMPLN_THRU
Integer value of enum value "DTMPLN_THRU" This specifies 'Through' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_THRU
Object value of enum value "DTMPLN_THRU" This specifies 'Through' datum plane constraint. |
| static final int | _DTMPLN_NORM
Integer value of enum value "DTMPLN_NORM" This specifies 'Normal' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_NORM
Object value of enum value "DTMPLN_NORM" This specifies 'Normal' datum plane constraint. |
| static final int | _DTMPLN_PRL
Integer value of enum value "DTMPLN_PRL" This specifies 'Parallel' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_PRL
Object value of enum value "DTMPLN_PRL" This specifies 'Parallel' datum plane constraint. |
| static final int | _DTMPLN_OFFS
Integer value of enum value "DTMPLN_OFFS" This specifies 'Offset' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_OFFS
Object value of enum value "DTMPLN_OFFS" This specifies 'Offset' datum plane constraint. |
| static final int | _DTMPLN_ANG
Integer value of enum value "DTMPLN_ANG" This specifies 'Angle' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_ANG
Object value of enum value "DTMPLN_ANG" This specifies 'Angle' datum plane constraint. |
| static final int | _DTMPLN_TANG
Integer value of enum value "DTMPLN_TANG" This specifies 'Tangent' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_TANG
Object value of enum value "DTMPLN_TANG" This specifies 'Tangent' datum plane constraint. |
| static final int | _DTMPLN_SEC
Integer value of enum value "DTMPLN_SEC" This specifies 'Section' datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_SEC
Object value of enum value "DTMPLN_SEC" This specifies 'Section' datum plane constraint. |
| static final int | _DTMPLN_DEF_X
Integer value of enum value "DTMPLN_DEF_X" This specifies default RIGHT datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_DEF_X
Object value of enum value "DTMPLN_DEF_X" This specifies default RIGHT datum plane constraint. |
| static final int | _DTMPLN_DEF_Y
Integer value of enum value "DTMPLN_DEF_Y" This specifies default TOP datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_DEF_Y
Object value of enum value "DTMPLN_DEF_Y" This specifies default TOP datum plane constraint. |
| static final int | _DTMPLN_DEF_Z
Integer value of enum value "DTMPLN_DEF_Z" This specifies default FRONT datum plane constraint. |
| static final DatumPlaneConstraintType | DTMPLN_DEF_Z
Object value of enum value "DTMPLN_DEF_Z" This specifies default FRONT datum plane constraint. |
| static final int | _DatumPlaneConstraintType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumPlaneConstraintType | FromInt
(int value)
Creates enum object from an integer. |
| static DatumPlaneConstraintType | 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 DatumPlaneConstraintType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumPlaneConstraintType | FromInt | (Integer value) |
Creates enum object from an integer object.
|