Class AbstractCollectionType

    • Field Detail

      • elementCount

        protected int elementCount
      • elementModule

        protected String elementModule
      • elementName

        protected String elementName
      • depth

        protected int depth
    • Constructor Detail

      • AbstractCollectionType

        public AbstractCollectionType()
    • Method Detail

      • setElementCount

        public void setElementCount​(int elementCount)
      • getElementCount

        public int getElementCount()
      • getDataType

        public DataType getDataType()
      • setDataType

        public void setDataType​(DataType dataType)
      • isArray

        public boolean isArray()
      • isSequence

        public boolean isSequence()
      • getElementModule

        public String getElementModule()
      • setElementModule

        public void setElementModule​(String elementModule)
      • getElementName

        public String getElementName()
      • setElementName

        public void setElementName​(String elementName)
      • getDepth

        public int getDepth()
      • setDepth

        public void setDepth​(int depth)