Library | Package Java Toolkit

Interface Element

package com.ptc.wfc.wfcElementTree;

public interface Element
  extends jxobject



Description

 



Method Summary
/*optional*/ ElementsGetChildren ()
    Get method for attribute "Children"
    An array of child elements.
/*optional*/ IntegerGetDecimals ()
    Get method for attribute "Decimals"
     
/*optional*/ ElementDiagnosticsGetDiagnostics ()
    Get method for attribute "Diagnostics"
    A list of the element diagnostics for the element.
/*optional*/ RayGetDirection ()
    Get method for attribute "Direction"
    Direction specified by the element.
/*optional*/ CollectionGetElemCollection ()
    Get method for attribute "ElemCollection"
    The Collection object.
intGetId ()
    Get method for attribute "Id"
     Identifier of the Element.
StringGetIdAsString ()
    Get method for attribute "IdAsString"
     String representation of element Id.
booleanGetIsArray ()
    Get method for attribute "IsArray"
     Determines whether the specified element contains an array of elements.
booleanGetIsCompound ()
    Get method for attribute "IsCompound"
     Determines whether the specified element is compound.
booleanGetIsMultival ()
    Get method for attribute "IsMultival"
     Determines whether the specified element is multivalued.
intGetLevel ()
    Get method for attribute "Level"
     The level at which the element is located in the element tree with respect to the root element.
/*optional*/ SelectionsGetSelections ()
    Get method for attribute "Selections"
     
/*optional*/ SpecialValueGetSpecialValueElem ()
    Get method for attribute "SpecialValueElem"
     The special value element.
/*optional*/ ArgValueGetValue ()
    Get method for attribute "Value"
     Value of the element.
/*optional*/ StringGetValueAsString ()
    Get method for attribute "ValueAsString"
     String representation of value of double and integer elements. You must set compatible options using ElementWstringOption object
voidSetDecimals ( /*optional*/ Integer value)
    Set method for attribute "Decimals"
     
voidSetElemCollection ( /*optional*/ Collection value)
    Set method for attribute "ElemCollection"
    The Collection object.
voidSetId (int value)
    Set method for attribute "Id"
     Identifier of the Element.
voidSetLevel (int value)
    Set method for attribute "Level"
     The level at which the element is located in the element tree with respect to the root element.
voidSetSelections ( /*optional*/ Selections value)
    Set method for attribute "Selections"
     
voidSetSpecialValueElem ( /*optional*/ SpecialValue value)
    Set method for attribute "SpecialValueElem"
     The special value element.
voidSetValue ( /*optional*/ ArgValue value)
    Set method for attribute "Value"
     Value of the element.
voidSetValueAsString ( /*optional*/ String value)
    Set method for attribute "ValueAsString"
     String representation of value of double and integer elements. You must set compatible options using ElementWstringOption object

Method Detail

GetValue/SetValue

/*optional*/ ArgValueGetValue ()
voidSetValue ( /*optional*/ ArgValue value)


     Value of the element.
Manual References:
Feature Element Tree: Feature Element Values, Feature Element Tree: Feature Element Values, Feature Element Tree: Feature Element Values



GetId/SetId

intGetId ()
voidSetId (int value)


     Identifier of the Element.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetLevel/SetLevel

intGetLevel ()
voidSetLevel (int value)


     The level at which the element is located in the element tree with respect to the root element.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetDecimals/SetDecimals

/*optional*/ IntegerGetDecimals ()
voidSetDecimals ( /*optional*/ Integer value)


     
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetSpecialValueElem/SetSpecialValueElem

/*optional*/ SpecialValueGetSpecialValueElem ()
voidSetSpecialValueElem ( /*optional*/ SpecialValue value)


     The special value element.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetElemCollection/SetElemCollection

/*optional*/ CollectionGetElemCollection ()
voidSetElemCollection ( /*optional*/ Collection value)


    The Collection object.

This will be populated only if the element is a collection.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetSelections/SetSelections

/*optional*/ SelectionsGetSelections ()
voidSetSelections ( /*optional*/ Selections value)


     



GetDiagnostics

/*optional*/ ElementDiagnosticsGetDiagnostics ()


    A list of the element diagnostics for the element.

These contain warnings and errors regarding the value of the element, within the context of the feature and remainder of the element tree.
Manual References:
Feature Element Tree: Element Diagnostics, Feature Element Tree: Element Diagnostics



GetValueAsString/SetValueAsString

/*optional*/ StringGetValueAsString ()
voidSetValueAsString ( /*optional*/ String value)


     String representation of value of double and integer elements. You must set compatible options using ElementWstringOption object
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetIdAsString

StringGetIdAsString ()


     String representation of element Id.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetIsArray

booleanGetIsArray ()


     Determines whether the specified element contains an array of elements.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetIsCompound

booleanGetIsCompound ()


     Determines whether the specified element is compound.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetIsMultival

booleanGetIsMultival ()


     Determines whether the specified element is multivalued.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetChildren

/*optional*/ ElementsGetChildren ()


    An array of child elements.

This will be populated only if the element is a compound element or an array.
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements



GetDirection

/*optional*/ RayGetDirection ()


    Direction specified by the element.

This will be populated only if the element is a PRO_E_DIRECTION_COMPOUND element.