| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _COL_JUSTIFY_LEFT
Integer value of enum value "COL_JUSTIFY_LEFT" Left justification. |
| static final ColumnJustification | COL_JUSTIFY_LEFT
Object value of enum value "COL_JUSTIFY_LEFT" Left justification. |
| static final int | _COL_JUSTIFY_CENTER
Integer value of enum value "COL_JUSTIFY_CENTER" Center justification. |
| static final ColumnJustification | COL_JUSTIFY_CENTER
Object value of enum value "COL_JUSTIFY_CENTER" Center justification. |
| static final int | _COL_JUSTIFY_RIGHT
Integer value of enum value "COL_JUSTIFY_RIGHT" Right justification. |
| static final ColumnJustification | COL_JUSTIFY_RIGHT
Object value of enum value "COL_JUSTIFY_RIGHT" Right justification. |
| static final int | _ColumnJustification_null
Enum null value. |
| Method Summary | |
|---|---|
| static ColumnJustification | FromInt
(int value)
Creates enum object from an integer. |
| static ColumnJustification | 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 ColumnJustification | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ColumnJustification | FromInt | (Integer value) |
Creates enum object from an integer object.
|