Class 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.
    • Constructor Detail

      • ArrayElement

        public ArrayElement()
    • Method Detail

      • addChild

        public void addChild​(Element child)
                      throws java.lang.Exception
        Specified by:
        addChild in class Element
        Throws:
        java.lang.Exception
      • getValue

        public java.lang.Object getValue()
        Overrides:
        getValue in class Element