| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _GTOL_SYNTAX_VALIDITY_CHECK
Integer value of enum value "GTOL_SYNTAX_VALIDITY_CHECK" |
| static final GTolValidityCheckType | GTOL_SYNTAX_VALIDITY_CHECK
Object value of enum value "GTOL_SYNTAX_VALIDITY_CHECK" |
| static final int | _GTolValidityCheckType_null
Enum null value. |
| Method Summary | |
|---|---|
| static GTolValidityCheckType | FromInt
(int value)
Creates enum object from an integer. |
| static GTolValidityCheckType | 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 GTolValidityCheckType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static GTolValidityCheckType | FromInt | (Integer value) |
Creates enum object from an integer object.
|