Represents a node in the category tree. More...


Public Member Functions | |
| int | getId () |
| Get the ID of this node. More... | |
| String | getName () |
| Get the name of this node. More... | |
| List<?extends CategoryNode > | getChildren () |
| Get all category nodes that are children of this node in the category tree. More... | |
Represents a node in the category tree.
The category tree starts with one CategoryNode
| List<? extends CategoryNode> unicopa.copa.base.event.CategoryNode.getChildren | ( | ) |
Get all category nodes that are children of this node in the category tree.
If the list is empty, this category node is a leaf.
Implemented in unicopa.copa.base.event.CategoryNodeImpl.
| int unicopa.copa.base.event.CategoryNode.getId | ( | ) |
| String unicopa.copa.base.event.CategoryNode.getName | ( | ) |
Get the name of this node.
The name represents the category.
Implemented in unicopa.copa.base.event.CategoryNodeImpl.
1.8.4