| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ExternalDataType | Getdiscr
()
Returns the union discriminant value. |
| double | GetDoubleValue
()
Get method for attribute "DoubleValue" The double value. |
| int | GetIntegerValue
()
Get method for attribute "IntegerValue" The integer value. |
| String | GetStringValue
()
Get method for attribute "StringValue" The string value. |
| void | SetDoubleValue
(double value)
Set method for attribute "DoubleValue" The double value. |
| void | SetIntegerValue
(int value)
Set method for attribute "IntegerValue" The integer value. |
| void | SetStringValue
(String value)
Set method for attribute "StringValue" The string value. |
| Method Detail |
|---|
| Getdiscr |
|---|
| ExternalDataType | Getdiscr | () |
| Returns the union discriminant value. |
| GetIntegerValue/SetIntegerValue |
|---|
| int | GetIntegerValue | () |
| void | SetIntegerValue | (int value) |
| The integer value. Exceptions thrown (but not limited to): XBadGetExternalData - Data is not an integer
|
| GetDoubleValue/SetDoubleValue |
|---|
| double | GetDoubleValue | () |
| void | SetDoubleValue | (double value) |
| The double value. Exceptions thrown (but not limited to): XBadGetExternalData - Data is not double
|
| GetStringValue/SetStringValue |
|---|
| String | GetStringValue | () |
| void | SetStringValue | (String value) |
| The string value. Exceptions thrown (but not limited to): XBadGetExternalData - Data is not string
|