public interface QualifierNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the QualifierHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
QualifierNodeList |
getChildQualifierNodes()
Gets the children of this qualifier.
|
QualifierNodeList |
getParentQualifierNodes()
Gets the parents of this qualifier.
|
Qualifier |
getQualifier()
Gets the
Qualifier at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredQualifier getQualifier()
Qualifier at this node.mandatory - This method must be implemented. QualifierNodeList getParentQualifierNodes()
mandatory - This method must be implemented. QualifierNodeList getChildQualifierNodes()
mandatory - This method must be implemented.