

/*cipOptional*/ Boolean | |
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 ( /*cipOptional*/ 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. |

GetExpression | ||
/*cipOptional*/ Boolean | GetExpression | () |
SetExpression | ||
void | SetExpression | ( /*cipOptional*/ Boolean value) |

GetPositive | ||
boolean | GetPositive | () |
SetPositive | ||
void | SetPositive | (boolean value) |

GetSign | ||
boolean | GetSign | () |
SetSign | ||
void | SetSign | (boolean value) |
