Class DocConfigDescriptor


  • public class DocConfigDescriptor
    extends Object
    Descriptor that is used to define how DocumenModel should be created from XML input
    Author:
    Tiry
    • Field Detail

      • tagName

        protected String tagName
      • docType

        protected String docType
      • parent

        protected String parent
      • automationChain

        protected String automationChain
      • update

        protected boolean update
    • Constructor Detail

      • DocConfigDescriptor

        public DocConfigDescriptor()
    • Method Detail

      • getTagName

        public String getTagName()
      • getDocType

        public String getDocType()
      • getParent

        public String getParent()
      • getName

        public String getName()
      • getUpdate

        public boolean getUpdate()
      • getAutomationChain

        public String getAutomationChain()