| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetBoolValue
()
Get method for attribute "BoolValue" If the parameter type is PARAM_BOOLEAN, this is a Boolean value. |
| ParamValueType | Getdiscr
()
Returns the union discriminant value. |
| double | GetDoubleValue
()
Get method for attribute "DoubleValue" If the parameter type is PARAM_DOUBLE, this is a double value. |
| int | GetIntValue
()
Get method for attribute "IntValue" If the parameter type is PARAM_INTEGER, this is an integer value. |
| int | GetNoteId
()
Get method for attribute "NoteId" If the parameter type is PARAM_NOTE, this is a note identifier. |
| String | GetStringValue
()
Get method for attribute "StringValue" If the parameter type is PARAM_STRING, this is a string value. |
| void | SetBoolValue
(boolean value)
Set method for attribute "BoolValue" If the parameter type is PARAM_BOOLEAN, this is a Boolean value. |
| void | SetDoubleValue
(double value)
Set method for attribute "DoubleValue" If the parameter type is PARAM_DOUBLE, this is a double value. |
| void | SetIntValue
(int value)
Set method for attribute "IntValue" If the parameter type is PARAM_INTEGER, this is an integer value. |
| void | SetNoteId
(int value)
Set method for attribute "NoteId" If the parameter type is PARAM_NOTE, this is a note identifier. |
| void | SetStringValue
(String value)
Set method for attribute "StringValue" If the parameter type is PARAM_STRING, this is a string value. |
| Method Detail |
|---|
| Getdiscr |
|---|
| ParamValueType | Getdiscr | () |
| Returns the union discriminant value. |
| GetStringValue/SetStringValue |
|---|
| String | GetStringValue | () |
| void | SetStringValue | (String value) |
| If the parameter type is PARAM_STRING, this is a string value. Exceptions thrown (but not limited to): XBadGetParamValue - Parameter value is not string
|
| GetIntValue/SetIntValue |
|---|
| int | GetIntValue | () |
| void | SetIntValue | (int value) |
| If the parameter type is PARAM_INTEGER, this is an integer value. Exceptions thrown (but not limited to): XBadGetParamValue - Parameter value is not an integer
|
| GetBoolValue/SetBoolValue |
|---|
| boolean | GetBoolValue | () |
| void | SetBoolValue | (boolean value) |
| If the parameter type is PARAM_BOOLEAN, this is a Boolean value. Exceptions thrown (but not limited to): XBadGetParamValue - Parameter value is not boolean
|
| GetDoubleValue/SetDoubleValue |
|---|
| double | GetDoubleValue | () |
| void | SetDoubleValue | (double value) |
| If the parameter type is PARAM_DOUBLE, this is a double value. Exceptions thrown (but not limited to): XBadGetParamValue - Parameter value is not double
|
| GetNoteId/SetNoteId |
|---|
| int | GetNoteId | () |
| void | SetNoteId | (int value) |
| If the parameter type is PARAM_NOTE, this is a note identifier. Exceptions thrown (but not limited to): XBadGetParamValue - Parameter value is not a note identifier
|