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 StandardsNode
public java.lang.String getValue()
public java.lang.String getId()
getId
in interface StandardsNode
public java.lang.String getGradeRange()
getGradeRange
in interface StandardsNode
public DleseStandardsNode getParent()
public java.util.List getAncestors()
getAncestors
in interface StandardsNode
public void setFullText(java.lang.String s)
s
- The new fullText valuepublic boolean isLastInSubList()
isLastInSubList
in interface StandardsNode
public boolean getIsLastInSubList()
public void setIsLastInSubList(boolean isLast)
isLast
- The new isLastInSubList valuepublic java.lang.String getName()
public boolean getNoDisplay()
getNoDisplay
in interface StandardsNode
public boolean hasChild(java.lang.String name)
name
- NOT YET DOCUMENTEDpublic DleseStandardsNode getChild(java.lang.String name)
getChild
in interface StandardsNode
name
- NOT YET DOCUMENTEDpublic void setName(java.lang.String name)
name
- The new name valuepublic int getLevel()
getLevel
in interface StandardsNode
public void setLevel(int level)
level
- The new level valuepublic java.util.List getSubList()
getSubList
in interface StandardsNode
public void setSubList(java.util.List list)
list
- The new subList valuepublic boolean getHasSubList()
getHasSubList
in interface StandardsNode
public boolean getIsLeafNode()
getIsLeafNode
in interface StandardsNode
public void addSubNode(StandardsNode node)
addSubNode
in interface StandardsNode
node
- The feature to be added to the SubNode attributepublic java.lang.String getDefinition()
getDefinition
in interface StandardsNode
public boolean getWrap()
getWrap
in interface StandardsNode
public java.lang.String getLabel()
getLabel
in interface StandardsNode
protected void prtln(java.lang.String s)
s
- Description of the Parameterpublic java.lang.String toString()
toString
in class java.lang.Object