Class TableColumn

    • Constructor Detail

      • TableColumn

        public TableColumn()
      • TableColumn

        public TableColumn​(TableColumn source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCol

        public String getCol()
        Get 列名称
        Returns:
        Col 列名称
      • setCol

        public void setCol​(String Col)
        Set 列名称
        Parameters:
        Col - 列名称
      • getType

        public String getType()
        Get 列类型
        Returns:
        Type 列类型
      • setType

        public void setType​(String Type)
        Set 列类型
        Parameters:
        Type - 列类型