Class AbstractDSLItem

    • Constructor Detail

      • AbstractDSLItem

        public AbstractDSLItem​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface DslItem
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface DslItem
      • hasParent

        public boolean hasParent()
        Specified by:
        hasParent in interface DslItem
      • getParentName

        public java.lang.String getParentName()
        Specified by:
        getParentName in interface DslItem