public interface ICategory
Modifier and Type | Method and Description |
---|---|
ICategory[] |
getChildren()
Get the child categories.
|
java.lang.String |
getId()
Get the category ID.
|
java.lang.String |
getLabel()
Get the category label.
|
ICategory |
getParent()
Get the parent category, or
null if no parent exists. |
java.lang.String getId()
java.lang.String getLabel()
ICategory getParent()
null
if no parent exists.null
if no parent existsICategory[] getChildren()