| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ELEM_PATH_ITEM_TYPE_ID
Integer value of enum value "ELEM_PATH_ITEM_TYPE_ID" |
| static final ElemPathItemType | ELEM_PATH_ITEM_TYPE_ID
Object value of enum value "ELEM_PATH_ITEM_TYPE_ID" |
| static final int | _ELEM_PATH_ITEM_TYPE_INDEX
Integer value of enum value "ELEM_PATH_ITEM_TYPE_INDEX" |
| static final ElemPathItemType | ELEM_PATH_ITEM_TYPE_INDEX
Object value of enum value "ELEM_PATH_ITEM_TYPE_INDEX" |
| static final int | _ElemPathItemType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ElemPathItemType | FromInt
(int value)
Creates enum object from an integer. |
| static ElemPathItemType | 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 ElemPathItemType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ElemPathItemType | FromInt | (Integer value) |
Creates enum object from an integer object.
|