| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsCategory(String name)
Checks whether this column/row def uses the given category. 
 | 
List<Category> | 
getCategories()
Returns the list of categories used by this column/row def. 
 | 
Set<String> | 
getCategoryNames()
Returns a set of category names used by this column/row def. 
 | 
String | 
getLabel()
Returns the label of this column/row def. 
 | 
Optional<String> | 
getReportCategory()
Returns the report-category attribute of this column/row def. 
 | 
void | 
setLabel(String label)
Sets the label of this column/row def 
 | 
void | 
setReportCategory(String reportCategory)
Sets the report-category attribute of this column/row def 
 | 
String getLabel()
Optional<String> getReportCategory()
List<Category> getCategories()
Set<String> getCategoryNames()
void setLabel(String label)
label - the label to be usedvoid setReportCategory(String reportCategory)
reportCategory - the report-category attribute to be usedboolean containsCategory(String name)
name - the nam eof the category to be checkedCopyright © 2020. All rights reserved.