Class TagXMLImporter.TagXMLReader.PropertyBasedElement

    • Constructor Detail

      • PropertyBasedElement

        protected PropertyBasedElement()
    • Method Detail

      • getPropertyFor

        protected abstract Property<?> getPropertyFor​(java.lang.String name)
      • setProperty

        protected abstract void setProperty​(Property<?> prop,
                                            java.lang.Object value)
      • addChild

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