public class DleseStandardsNode extends java.lang.Object implements StandardsNode
| Constructor and Description |
|---|
DleseStandardsNode(java.lang.String name,
DleseStandardsNode parent,
java.lang.String id)
Constructor for the DleseStandardsNode object given a ResultDoc instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSubNode(StandardsNode node)
Adds a feature to the SubNode attribute of the DleseStandardsNode object
|
java.util.List |
getAncestors()
Gets the ancestors attribute of the DleseStandardsNode object
|
DleseStandardsNode |
getChild(java.lang.String name)
Gets the child attribute of the DleseStandardsNode object
|
java.lang.String |
getDefinition()
Gets the definition attribute of the DleseStandardsNode object
|
java.lang.String |
getFullText()
Gets the fullText attribute of the DleseStandardsNode object
|
java.lang.String |
getGradeRange()
GradeRange for this standard (the first field of the ":"-delimited id)
|
boolean |
getHasSubList()
Gets the hasSubList attribute of the DleseStandardsNode object
|
java.lang.String |
getId()
Gets the id attribute of the DleseStandardsNode object
|
boolean |
getIsLastInSubList()
Gets the isLastInSubList attribute of the DleseStandardsNode object
|
boolean |
getIsLeafNode()
Gets the isLeafNode attribute of the DleseStandardsNode object
|
java.lang.String |
getLabel()
Returns name attribute - used for label/value objects in jsp.
|
int |
getLevel()
Gets the level attribute of the DleseStandardsNode object
|
java.lang.String |
getMatchKey()
Gets the matchKey attribute of the DleseStandardsNode object
|
java.lang.String |
getName()
Gets the name attribute of the DleseStandardsNode object
|
boolean |
getNoDisplay()
Gets the noDisplay attribute of the DleseStandardsNode object
|
DleseStandardsNode |
getParent()
Gets the parent attribute of the DleseStandardsNode object
|
java.util.List |
getSubList()
Gets the subList attribute of the DleseStandardsNode object
|
java.lang.String |
getValue()
Returns fullText attribute - used for label/value objects in jsp
|
boolean |
getWrap()
Gets the wrap attribute of the DleseStandardsNode object
|
boolean |
hasChild(java.lang.String name)
NOT YET DOCUMENTED
|
boolean |
isLastInSubList()
Gets the lastInSubList attribute of the DleseStandardsNode object
|
protected void |
prtln(java.lang.String s)
Description of the Method
|
void |
setFullText(java.lang.String s)
Sets the fullText attribute of the DleseStandardsNode object
|
void |
setIsLastInSubList(boolean isLast)
Sets the isLastInSubList attribute of the DleseStandardsNode object
|
void |
setLevel(int level)
Sets the level attribute of the DleseStandardsNode object
|
void |
setName(java.lang.String name)
Sets the name attribute of the DleseStandardsNode object
|
void |
setSubList(java.util.List list)
Sets the subList attribute of the DleseStandardsNode object
|
java.lang.String |
toString()
NOT YET DOCUMENTED
|
public DleseStandardsNode(java.lang.String name,
DleseStandardsNode parent,
java.lang.String id)
name - NOT YET DOCUMENTEDparent - NOT YET DOCUMENTEDid - NOT YET DOCUMENTEDpublic java.lang.String getMatchKey()
public java.lang.String getFullText()
getFullText in interface StandardsNodepublic java.lang.String getValue()
public java.lang.String getId()
getId in interface StandardsNodepublic java.lang.String getGradeRange()
getGradeRange in interface StandardsNodepublic DleseStandardsNode getParent()
public java.util.List getAncestors()
getAncestors in interface StandardsNodepublic void setFullText(java.lang.String s)
s - The new fullText valuepublic boolean isLastInSubList()
isLastInSubList in interface StandardsNodepublic boolean getIsLastInSubList()
public void setIsLastInSubList(boolean isLast)
isLast - The new isLastInSubList valuepublic java.lang.String getName()
public boolean getNoDisplay()
getNoDisplay in interface StandardsNodepublic boolean hasChild(java.lang.String name)
name - NOT YET DOCUMENTEDpublic DleseStandardsNode getChild(java.lang.String name)
getChild in interface StandardsNodename - NOT YET DOCUMENTEDpublic void setName(java.lang.String name)
name - The new name valuepublic int getLevel()
getLevel in interface StandardsNodepublic void setLevel(int level)
level - The new level valuepublic java.util.List getSubList()
getSubList in interface StandardsNodepublic void setSubList(java.util.List list)
list - The new subList valuepublic boolean getHasSubList()
getHasSubList in interface StandardsNodepublic boolean getIsLeafNode()
getIsLeafNode in interface StandardsNodepublic void addSubNode(StandardsNode node)
addSubNode in interface StandardsNodenode - The feature to be added to the SubNode attributepublic java.lang.String getDefinition()
getDefinition in interface StandardsNodepublic boolean getWrap()
getWrap in interface StandardsNodepublic java.lang.String getLabel()
getLabel in interface StandardsNodeprotected void prtln(java.lang.String s)
s - Description of the Parameterpublic java.lang.String toString()
toString in class java.lang.Object