| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _TABLEFORMAT_TBL
Integer value of enum value "TABLEFORMAT_TBL" |
| static final TableFormatType | TABLEFORMAT_TBL
Object value of enum value "TABLEFORMAT_TBL" |
| static final int | _TABLEFORMAT_TXT
Integer value of enum value "TABLEFORMAT_TXT" |
| static final TableFormatType | TABLEFORMAT_TXT
Object value of enum value "TABLEFORMAT_TXT" |
| static final int | _TABLEFORMAT_CSV
Integer value of enum value "TABLEFORMAT_CSV" |
| static final TableFormatType | TABLEFORMAT_CSV
Object value of enum value "TABLEFORMAT_CSV" |
| static final int | _TableFormatType_null
Enum null value. |
| Method Summary | |
|---|---|
| static TableFormatType | FromInt
(int value)
Creates enum object from an integer. |
| static TableFormatType | 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 TableFormatType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static TableFormatType | FromInt | (Integer value) |
Creates enum object from an integer object.
|