Class ArrayElement
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.xmlserialization.simple.Element
- 
- com.inductiveautomation.ignition.common.xmlserialization.simple.basicelements.ArrayElement
 
 
- 
 public class ArrayElement extends Element The array element simply provides an array of the values provided by sub-elements. Each sub element value must be of the same type.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.ElementElement.ValidationResult
 
- 
 - 
Constructor SummaryConstructors Constructor Description ArrayElement()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(Element child)java.lang.ObjectgetValue()- 
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.ElementgetLocale, getName, resolveType, setAttributes, setLocale, setName, setRawValue, validate
 
- 
 
-