Library | Package Java Toolkit

Interface ElementWstringOption

package com.ptc.wfc.wfcSession;

public interface ElementWstringOption
  extends jxobject



Description

 



Method Summary
/*optional*/ BooleanGetExpression ()
    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.
booleanGetPositive ()
    Get method for attribute "Positive"
    The option to retrieve values as positive. Applicable to double and integer value elements only.
booleanGetSign ()
    Get method for attribute "Sign"
    The option to retrieve values as with/without sign. Applicable to double and integer value elements only.
voidSetExpression ( /*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.
voidSetPositive (boolean value)
    Set method for attribute "Positive"
    The option to retrieve values as positive. Applicable to double and integer value elements only.
voidSetSign (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*/ BooleanGetExpression ()
voidSetExpression ( /*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)
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetPositive/SetPositive

booleanGetPositive ()
voidSetPositive (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)
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetSign/SetSign

booleanGetSign ()
voidSetSign (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)
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements