Interface TableColumnInfo
- All Known Implementing Classes:
TableColumnInfoImpl
public interface TableColumnInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategories(String[] categories) String[]bytevoidsetProficiency(byte proficiency)
-
Field Details
-
PROFICIENCY_BEGINNER
static final byte PROFICIENCY_BEGINNER- See Also:
-
PROFICIENCY_INTERMEDIATE
static final byte PROFICIENCY_INTERMEDIATE- See Also:
-
PROFICIENCY_ADVANCED
static final byte PROFICIENCY_ADVANCED- See Also:
-
-
Method Details
-
getCategories
String[] getCategories() -
addCategories
-
getProficiency
byte getProficiency() -
setProficiency
void setProficiency(byte proficiency) -
getColumn
TableColumn getColumn()
-