Class TypeTableDefinition

    • Field Detail

      • typeName

        protected String typeName
        The name of the type that this table is of.
      • additional

        protected String additional
    • Constructor Detail

      • TypeTableDefinition

        public TypeTableDefinition()
    • Method Detail

      • getAdditonal

        public String getAdditonal()
        PUBLIC: The name of the type that this table is of.
      • getTypeName

        public String getTypeName()
        PUBLIC: The name of the type that this table is of.
      • setAdditional

        public void setAdditional​(String additional)
        PUBLIC: The name of the type that this table is of.
      • setTypeName

        public void setTypeName​(String typeName)
        PUBLIC: The name of the type that this table is of.