| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _STANDARD_ANSI
Integer value of enum value "STANDARD_ANSI" |
| static final IndustryStandard | STANDARD_ANSI
Object value of enum value "STANDARD_ANSI" |
| static final int | _STANDARD_ISO
Integer value of enum value "STANDARD_ISO" |
| static final IndustryStandard | STANDARD_ISO
Object value of enum value "STANDARD_ISO" |
| static final int | _IndustryStandard_null
Enum null value. |
| Method Summary | |
|---|---|
| static IndustryStandard | FromInt
(int value)
Creates enum object from an integer. |
| static IndustryStandard | 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 IndustryStandard | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static IndustryStandard | FromInt | (Integer value) |
Creates enum object from an integer object.
|