| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PARAM_STRING
Integer value of enum value "PARAM_STRING" The parameter has a string value. |
| static final ParamValueType | PARAM_STRING
Object value of enum value "PARAM_STRING" The parameter has a string value. |
| static final int | _PARAM_INTEGER
Integer value of enum value "PARAM_INTEGER" The parameter has an integer value. |
| static final ParamValueType | PARAM_INTEGER
Object value of enum value "PARAM_INTEGER" The parameter has an integer value. |
| static final int | _PARAM_BOOLEAN
Integer value of enum value "PARAM_BOOLEAN" The parameter has a Boolean value. |
| static final ParamValueType | PARAM_BOOLEAN
Object value of enum value "PARAM_BOOLEAN" The parameter has a Boolean value. |
| static final int | _PARAM_DOUBLE
Integer value of enum value "PARAM_DOUBLE" The parameter has a real value. |
| static final ParamValueType | PARAM_DOUBLE
Object value of enum value "PARAM_DOUBLE" The parameter has a real value. |
| static final int | _PARAM_NOTE
Integer value of enum value "PARAM_NOTE" The parameter has a note identifier as its value. |
| static final ParamValueType | PARAM_NOTE
Object value of enum value "PARAM_NOTE" The parameter has a note identifier as its value. |
| static final int | _PARAM_VOID
Integer value of enum value "PARAM_VOID" |
| static final ParamValueType | PARAM_VOID
Object value of enum value "PARAM_VOID" |
| static final int | _PARAM_NOT_SET
Integer value of enum value "PARAM_NOT_SET" |
| static final ParamValueType | PARAM_NOT_SET
Object value of enum value "PARAM_NOT_SET" |
| static final int | _ParamValueType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ParamValueType | FromInt
(int value)
Creates enum object from an integer. |
| static ParamValueType | 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 ParamValueType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ParamValueType | FromInt | (Integer value) |
Creates enum object from an integer object.
|