| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DTMCSYS_DIM_OFFSET
Integer value of enum value "DTMCSYS_DIM_OFFSET" This specifies offset type constraint. |
| static final DatumCsysDimConstraintType | DTMCSYS_DIM_OFFSET
Object value of enum value "DTMCSYS_DIM_OFFSET" This specifies offset type constraint. |
| static final int | _DTMCSYS_DIM_ALIGN
Integer value of enum value "DTMCSYS_DIM_ALIGN" This specifies align type constraint. |
| static final DatumCsysDimConstraintType | DTMCSYS_DIM_ALIGN
Object value of enum value "DTMCSYS_DIM_ALIGN" This specifies align type constraint. |
| static final int | _DatumCsysDimConstraintType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumCsysDimConstraintType | FromInt
(int value)
Creates enum object from an integer. |
| static DatumCsysDimConstraintType | 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 DatumCsysDimConstraintType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumCsysDimConstraintType | FromInt | (Integer value) |
Creates enum object from an integer object.
|