Interface TableColumnInfo

All Known Implementing Classes:
TableColumnInfoImpl

public interface TableColumnInfo
  • Field Details

  • Method Details

    • getCategories

      String[] getCategories()
    • addCategories

      void addCategories(String[] categories)
    • getProficiency

      byte getProficiency()
    • setProficiency

      void setProficiency(byte proficiency)
    • getColumn

      TableColumn getColumn()