public interface HasCategory
HasCategory
interface
knows about categories.Modifier and Type | Method and Description |
---|---|
String |
category()
Return the category value of the label (or null if none).
|
void |
setCategory(String category)
Set the category value for the label (if one is stored).
|
String category()
void setCategory(String category)
category
- The category value for the label