API Documentation > Interfaces > Interface ElementWstringOption
Interface ElementWstringOption

package com.ptc.wfc.wfcSession;

public interface
ElementWstringOption
extends
jxobject


Description
User Guide References:
Method Summary
/*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
Get method for attribute "Positive"
The option to retrieve values as positive. Applicable to double and integer value elements only.
boolean
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.
Method Detail
GetExpression
/*cipOptional*/ Boolean
GetExpression
()
SetExpression
void
SetExpression
( /*cipOptional*/ 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(/*cipOptional*/ String)
User Guide References:
GetPositive
boolean
GetPositive
()
SetPositive
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(/*cipOptional*/ String)
User Guide References:
GetSign
boolean
GetSign
()
SetSign
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(/*cipOptional*/ String)
User Guide References:
Was this helpful?