public interface StandardsNode
VocabNode
interface.$Id $
Modifier and Type | Method and Description |
---|---|
void |
addSubNode(StandardsNode node)
Adds a feature to the SubNode attribute of the StandardsNode object
|
java.util.List |
getAncestors()
Gets a list of ancestors as StandardsNodes from this to stdDocument root;
|
StandardsNode |
getChild(java.lang.String childId)
Gets the specified child of this Node
|
java.lang.String |
getDefinition()
A definition of the vocab choice (defined for vocabNode, not clear how
relevant for standardsNode).
|
java.lang.String |
getFullText()
Gets the fullText attribute of the StandardsNode object
|
java.lang.String |
getGradeRange()
Gets the gradeRange attribute of the StandardsNode object
|
boolean |
getHasSubList()
Gets the hasSubList attribute of the StandardsNode object
|
java.lang.String |
getId()
Gets the id attribute of the StandardsNode object
|
boolean |
getIsLeafNode()
Gets the isLeafNode attribute of the StandardsNode object
|
java.lang.String |
getLabel()
Gets the label attribute of the StandardsNode object
|
int |
getLevel()
Gets the level attribute of the StandardsNode object
|
boolean |
getNoDisplay()
Gets the noDisplay attribute of the StandardsNode object
|
java.util.List |
getSubList()
Gets a list of StandardsNodes that have this node as a parent.
|
boolean |
getWrap()
Gets the wrap attribute of the StandardsNode object
|
boolean |
isLastInSubList()
Gets the isLastInSubList attribute of the StandardsNode object
|
java.lang.String getId()
java.util.List getAncestors()
boolean isLastInSubList()
boolean getNoDisplay()
StandardsNode getChild(java.lang.String childId)
childId
- NOT YET DOCUMENTEDint getLevel()
java.util.List getSubList()
java.lang.String getGradeRange()
boolean getHasSubList()
boolean getIsLeafNode()
void addSubNode(StandardsNode node)
node
- The feature to be added to the SubNode attributejava.lang.String getDefinition()
boolean getWrap()
java.lang.String getLabel()
java.lang.String getFullText()