| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ACCU_NONE
Integer value of enum value "ACCU_NONE" |
| static final Accuracytype | ACCU_NONE
Object value of enum value "ACCU_NONE" |
| static final int | _ACCU_RELATIVE
Integer value of enum value "ACCU_RELATIVE" |
| static final Accuracytype | ACCU_RELATIVE
Object value of enum value "ACCU_RELATIVE" |
| static final int | _ACCU_ABSOLUTE
Integer value of enum value "ACCU_ABSOLUTE" |
| static final Accuracytype | ACCU_ABSOLUTE
Object value of enum value "ACCU_ABSOLUTE" |
| static final int | _Accuracytype_null
Enum null value. |
| Method Summary | |
|---|---|
| static Accuracytype | FromInt
(int value)
Creates enum object from an integer. |
| static Accuracytype | 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 Accuracytype | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static Accuracytype | FromInt | (Integer value) |
Creates enum object from an integer object.
|