| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _Protoolkit
Integer value of enum value "Protoolkit" |
| static final ToolkitType | Protoolkit
Object value of enum value "Protoolkit" |
| static final int | _OTK
Integer value of enum value "OTK" |
| static final ToolkitType | OTK
Object value of enum value "OTK" |
| static final int | _ToolkitType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ToolkitType | FromInt
(int value)
Creates enum object from an integer. |
| static ToolkitType | 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 ToolkitType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ToolkitType | FromInt | (Integer value) |
Creates enum object from an integer object.
|