| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Boolean | GetExpression
()
Get method for attribute "Expression" The option to retrieve values as expressions or relations instead of string representations of the actual value, if they exist. Applicable to double value elements only. |
| boolean | GetPositive
()
Get method for attribute "Positive" The option to retrieve values as positive. Applicable to double and integer value elements only. |
| boolean | GetSign
()
Get method for attribute "Sign" The option to retrieve values as with/without sign. Applicable to double and integer value elements only. |
| void | SetExpression
(
/*optional*/
Boolean value)
Set method for attribute "Expression" The option to retrieve values as expressions or relations instead of string representations of the actual value, if they exist. Applicable to double value elements only. |
| void | SetPositive
(boolean value)
Set method for attribute "Positive" The option to retrieve values as positive. Applicable to double and integer value elements only. |
| void | SetSign
(boolean value)
Set method for attribute "Sign" The option to retrieve values as with/without sign. Applicable to double and integer value elements only. |
| Method Detail |
|---|
| GetExpression/SetExpression |
|---|
| /*optional*/ Boolean | GetExpression | () |
| void | SetExpression | ( /*optional*/ Boolean value) |
| The option to retrieve values as expressions or relations instead of string representations of the actual value,
if they exist. Applicable to double value elements only.
This option will be considered on call to method Element.GetValueAsString(/*optional*/ String)
|
| GetPositive/SetPositive |
|---|
| boolean | GetPositive | () |
| void | SetPositive | (boolean value) |
| The option to retrieve values as positive.
Applicable to double and integer value elements only. This option will be considered on call to method Element.GetValueAsString(/*optional*/ String)
|
| GetSign/SetSign |
|---|
| boolean | GetSign | () |
| void | SetSign | (boolean value) |
| The option to retrieve values as with/without sign.
Applicable to double and integer value elements only. This option will be considered on call to method Element.GetValueAsString(/*optional*/ String)
|