| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _UDFDISPLAY_NORMAL
Integer value of enum value "UDFDISPLAY_NORMAL" UDF dimensions are displayed and modifiable. |
| static final UDFDimensionDisplayType | UDFDISPLAY_NORMAL
Object value of enum value "UDFDISPLAY_NORMAL" UDF dimensions are displayed and modifiable. |
| static final int | _UDFDISPLAY_READ_ONLY
Integer value of enum value "UDFDISPLAY_READ_ONLY" UDF dimensions are displayed and not modifiable. |
| static final UDFDimensionDisplayType | UDFDISPLAY_READ_ONLY
Object value of enum value "UDFDISPLAY_READ_ONLY" UDF dimensions are displayed and not modifiable. |
| static final int | _UDFDISPLAY_BLANK
Integer value of enum value "UDFDISPLAY_BLANK" UDF dimensions are not displayed. |
| static final UDFDimensionDisplayType | UDFDISPLAY_BLANK
Object value of enum value "UDFDISPLAY_BLANK" UDF dimensions are not displayed. |
| static final int | _UDFDimensionDisplayType_null
Enum null value. |
| Method Summary | |
|---|---|
| static UDFDimensionDisplayType | FromInt
(int value)
Creates enum object from an integer. |
| static UDFDimensionDisplayType | 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 UDFDimensionDisplayType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static UDFDimensionDisplayType | FromInt | (Integer value) |
Creates enum object from an integer object.
|