Class DleseStandardsNode
java.lang.Object
org.dlese.dpc.schemedit.standards.adn.DleseStandardsNode
- All Implemented Interfaces:
StandardsNode
Node in a hierarchical structure of content standards, determined by the
colon-separated reperesentation of individual standards.
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionDleseStandardsNode(String name, DleseStandardsNode parent, String id) Constructor for the DleseStandardsNode object given a ResultDoc instance -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubNode(StandardsNode node) Adds a feature to the SubNode attribute of the DleseStandardsNode objectGets the ancestors attribute of the DleseStandardsNode objectGets the child attribute of the DleseStandardsNode objectGets the definition attribute of the DleseStandardsNode objectGets the fullText attribute of the DleseStandardsNode objectGradeRange for this standard (the first field of the ":"-delimited id)booleanGets the hasSubList attribute of the DleseStandardsNode objectgetId()Gets the id attribute of the DleseStandardsNode objectbooleanGets the isLastInSubList attribute of the DleseStandardsNode objectbooleanGets the isLeafNode attribute of the DleseStandardsNode objectgetLabel()Returns name attribute - used for label/value objects in jsp.intgetLevel()Gets the level attribute of the DleseStandardsNode objectGets the matchKey attribute of the DleseStandardsNode objectgetName()Gets the name attribute of the DleseStandardsNode objectbooleanGets the noDisplay attribute of the DleseStandardsNode objectGets the parent attribute of the DleseStandardsNode objectGets the subList attribute of the DleseStandardsNode objectgetValue()Returns fullText attribute - used for label/value objects in jspbooleangetWrap()Gets the wrap attribute of the DleseStandardsNode objectbooleanNOT YET DOCUMENTEDbooleanGets the lastInSubList attribute of the DleseStandardsNode objectprotected voidDescription of the MethodvoidSets the fullText attribute of the DleseStandardsNode objectvoidsetIsLastInSubList(boolean isLast) Sets the isLastInSubList attribute of the DleseStandardsNode objectvoidsetLevel(int level) Sets the level attribute of the DleseStandardsNode objectvoidSets the name attribute of the DleseStandardsNode objectvoidsetSubList(List list) Sets the subList attribute of the DleseStandardsNode objecttoString()NOT YET DOCUMENTED
-
Constructor Details
-
DleseStandardsNode
Constructor for the DleseStandardsNode object given a ResultDoc instance- Parameters:
name- NOT YET DOCUMENTEDparent- NOT YET DOCUMENTEDid- NOT YET DOCUMENTED
-
-
Method Details
-
getMatchKey
Gets the matchKey attribute of the DleseStandardsNode object- Returns:
- The matchKey value
-
getFullText
Gets the fullText attribute of the DleseStandardsNode object- Specified by:
getFullTextin interfaceStandardsNode- Returns:
- The fullText value
-
getValue
Returns fullText attribute - used for label/value objects in jsp- Returns:
- The value value
-
getId
Gets the id attribute of the DleseStandardsNode object- Specified by:
getIdin interfaceStandardsNode- Returns:
- The id value
-
getGradeRange
GradeRange for this standard (the first field of the ":"-delimited id)- Specified by:
getGradeRangein interfaceStandardsNode- Returns:
- The gradeRange value
-
getParent
Gets the parent attribute of the DleseStandardsNode object- Returns:
- The parent value
-
getAncestors
Gets the ancestors attribute of the DleseStandardsNode object- Specified by:
getAncestorsin interfaceStandardsNode- Returns:
- The ancestors value
-
setFullText
Sets the fullText attribute of the DleseStandardsNode object- Parameters:
s- The new fullText value
-
isLastInSubList
public boolean isLastInSubList()Gets the lastInSubList attribute of the DleseStandardsNode object- Specified by:
isLastInSubListin interfaceStandardsNode- Returns:
- The lastInSubList value
-
getIsLastInSubList
public boolean getIsLastInSubList()Gets the isLastInSubList attribute of the DleseStandardsNode object- Returns:
- The isLastInSubList value
-
setIsLastInSubList
public void setIsLastInSubList(boolean isLast) Sets the isLastInSubList attribute of the DleseStandardsNode object- Parameters:
isLast- The new isLastInSubList value
-
getName
Gets the name attribute of the DleseStandardsNode object- Returns:
- The name value
-
getNoDisplay
public boolean getNoDisplay()Gets the noDisplay attribute of the DleseStandardsNode object- Specified by:
getNoDisplayin interfaceStandardsNode- Returns:
- The noDisplay value
-
hasChild
NOT YET DOCUMENTED- Parameters:
name- NOT YET DOCUMENTED- Returns:
- NOT YET DOCUMENTED
-
getChild
Gets the child attribute of the DleseStandardsNode object- Specified by:
getChildin interfaceStandardsNode- Parameters:
name- NOT YET DOCUMENTED- Returns:
- The child value
-
setName
Sets the name attribute of the DleseStandardsNode object- Parameters:
name- The new name value
-
getLevel
public int getLevel()Gets the level attribute of the DleseStandardsNode object- Specified by:
getLevelin interfaceStandardsNode- Returns:
- The level value
-
setLevel
public void setLevel(int level) Sets the level attribute of the DleseStandardsNode object- Parameters:
level- The new level value
-
getSubList
Gets the subList attribute of the DleseStandardsNode object- Specified by:
getSubListin interfaceStandardsNode- Returns:
- The subList value
-
setSubList
Sets the subList attribute of the DleseStandardsNode object- Parameters:
list- The new subList value
-
getHasSubList
public boolean getHasSubList()Gets the hasSubList attribute of the DleseStandardsNode object- Specified by:
getHasSubListin interfaceStandardsNode- Returns:
- The hasSubList value
-
getIsLeafNode
public boolean getIsLeafNode()Gets the isLeafNode attribute of the DleseStandardsNode object- Specified by:
getIsLeafNodein interfaceStandardsNode- Returns:
- The isLeafNode value
-
addSubNode
Adds a feature to the SubNode attribute of the DleseStandardsNode object- Specified by:
addSubNodein interfaceStandardsNode- Parameters:
node- The feature to be added to the SubNode attribute
-
getDefinition
Gets the definition attribute of the DleseStandardsNode object- Specified by:
getDefinitionin interfaceStandardsNode- Returns:
- The definition value
-
getWrap
public boolean getWrap()Gets the wrap attribute of the DleseStandardsNode object- Specified by:
getWrapin interfaceStandardsNode- Returns:
- The wrap value
-
getLabel
Returns name attribute - used for label/value objects in jsp.- Specified by:
getLabelin interfaceStandardsNode- Returns:
- The label value
-
prtln
Description of the Method- Parameters:
s- Description of the Parameter
-
toString
NOT YET DOCUMENTED
-