| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ACCESS_AVAILABLE
Integer value of enum value "ACCESS_AVAILABLE" |
| static final CommandAccess | ACCESS_AVAILABLE
Object value of enum value "ACCESS_AVAILABLE" |
| static final int | _ACCESS_UNAVAILABLE
Integer value of enum value "ACCESS_UNAVAILABLE" |
| static final CommandAccess | ACCESS_UNAVAILABLE
Object value of enum value "ACCESS_UNAVAILABLE" |
| static final int | _ACCESS_INVISIBLE
Integer value of enum value "ACCESS_INVISIBLE" |
| static final CommandAccess | ACCESS_INVISIBLE
Object value of enum value "ACCESS_INVISIBLE" |
| static final int | _ACCESS_REMOVE
Integer value of enum value "ACCESS_REMOVE" |
| static final CommandAccess | ACCESS_REMOVE
Object value of enum value "ACCESS_REMOVE" |
| static final int | _ACCESS_DISALLOW
Integer value of enum value "ACCESS_DISALLOW" |
| static final CommandAccess | ACCESS_DISALLOW
Object value of enum value "ACCESS_DISALLOW" |
| static final int | _CommandAccess_null
Enum null value. |
| Method Summary | |
|---|---|
| static CommandAccess | FromInt
(int value)
Creates enum object from an integer. |
| static CommandAccess | 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 CommandAccess | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CommandAccess | FromInt | (Integer value) |
Creates enum object from an integer object.
|