| Method Summary |
|
/*optional*/
Elements | GetChildren
()
Get method for attribute
"Children"
An array of child elements.
|
|
/*optional*/
Integer | GetDecimals
()
Get method for attribute
"Decimals"
|
|
/*optional*/
ElementDiagnostics | GetDiagnostics
()
Get method for attribute
"Diagnostics"
A list of the element diagnostics for the element. |
|
/*optional*/
Ray | GetDirection
()
Get method for attribute
"Direction"
Direction specified by the element.
|
|
/*optional*/
Collection | GetElemCollection
()
Get method for attribute
"ElemCollection"
The Collection object.
|
| int | GetId
()
Get method for attribute
"Id"
Identifier of the Element.
|
| String | GetIdAsString
()
Get method for attribute
"IdAsString"
String representation of element Id.
|
| boolean | GetIsArray
()
Get method for attribute
"IsArray"
Determines whether the specified element contains an array of elements.
|
| boolean | GetIsCompound
()
Get method for attribute
"IsCompound"
Determines whether the specified element is compound.
|
| boolean | GetIsMultival
()
Get method for attribute
"IsMultival"
Determines whether the specified element is multivalued.
|
| int | GetLevel
()
Get method for attribute
"Level"
The level at which the element is located in the element tree with respect to the root element.
|
|
/*optional*/
Selections | GetSelections
()
Get method for attribute
"Selections"
|
|
/*optional*/
SpecialValue | GetSpecialValueElem
()
Get method for attribute
"SpecialValueElem"
The special value element.
|
|
/*optional*/
ArgValue | GetValue
()
Get method for attribute
"Value"
Value of the element.
|
|
/*optional*/
String | GetValueAsString
()
Get method for attribute
"ValueAsString"
String representation of value of double and integer elements.
You must set compatible options using ElementWstringOption object
|
| void | SetDecimals
(
/*optional*/
Integer value)
Set method for attribute
"Decimals"
|
| void | SetElemCollection
(
/*optional*/
Collection value)
Set method for attribute
"ElemCollection"
The Collection object.
|
| void | SetId
(int value)
Set method for attribute
"Id"
Identifier of the Element.
|
| void | SetLevel
(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.
|
| void | SetSelections
(
/*optional*/
Selections value)
Set method for attribute
"Selections"
|
| void | SetSpecialValueElem
(
/*optional*/
SpecialValue value)
Set method for attribute
"SpecialValueElem"
The special value element.
|
| void | SetValue
(
/*optional*/
ArgValue value)
Set method for attribute
"Value"
Value of the element.
|
| void | SetValueAsString
(
/*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
|