|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.adn.DleseStandardsNode
public class DleseStandardsNode
Node in a hierarchical structure of content standards, determined by the colon-separated reperesentation of individual standards.
Constructor Summary | |
---|---|
DleseStandardsNode(String name,
DleseStandardsNode parent,
String id)
Constructor for the DleseStandardsNode object given a ResultDoc instance |
Method Summary | |
---|---|
void |
addSubNode(StandardsNode node)
Adds a feature to the SubNode attribute of the DleseStandardsNode object |
List |
getAncestors()
Gets the ancestors attribute of the DleseStandardsNode object |
DleseStandardsNode |
getChild(String name)
Gets the child attribute of the DleseStandardsNode object |
String |
getDefinition()
Gets the definition attribute of the DleseStandardsNode object |
String |
getFullText()
Gets the fullText attribute of the DleseStandardsNode object |
String |
getGradeRange()
GradeRange for this standard (the first field of the ":"-delimited id) |
boolean |
getHasSubList()
Gets the hasSubList attribute of the DleseStandardsNode object |
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 |
String |
getLabel()
Returns name attribute - used for label/value objects in jsp. |
int |
getLevel()
Gets the level attribute of the DleseStandardsNode object |
String |
getMatchKey()
Gets the matchKey attribute of the DleseStandardsNode object |
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 |
List |
getSubList()
Gets the subList attribute of the DleseStandardsNode object |
String |
getValue()
Returns fullText attribute - used for label/value objects in jsp |
boolean |
getWrap()
Gets the wrap attribute of the DleseStandardsNode object |
boolean |
hasChild(String name)
NOT YET DOCUMENTED |
boolean |
isLastInSubList()
Gets the lastInSubList attribute of the DleseStandardsNode object |
protected void |
prtln(String s)
Description of the Method |
void |
setFullText(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(String name)
Sets the name attribute of the DleseStandardsNode object |
void |
setSubList(List list)
Sets the subList attribute of the DleseStandardsNode object |
String |
toString()
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DleseStandardsNode(String name, DleseStandardsNode parent, String id)
name
- NOT YET DOCUMENTEDparent
- NOT YET DOCUMENTEDid
- NOT YET DOCUMENTEDMethod Detail |
---|
public String getMatchKey()
public String getFullText()
getFullText
in interface StandardsNode
public String getValue()
public String getId()
getId
in interface StandardsNode
public String getGradeRange()
getGradeRange
in interface StandardsNode
public DleseStandardsNode getParent()
public List getAncestors()
getAncestors
in interface StandardsNode
public void setFullText(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 String getName()
public boolean getNoDisplay()
getNoDisplay
in interface StandardsNode
public boolean hasChild(String name)
name
- NOT YET DOCUMENTED
public DleseStandardsNode getChild(String name)
getChild
in interface StandardsNode
name
- NOT YET DOCUMENTED
public void setName(String name)
name
- The new name valuepublic int getLevel()
getLevel
in interface StandardsNode
public void setLevel(int level)
level
- The new level valuepublic List getSubList()
getSubList
in interface StandardsNode
public void setSubList(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 String getDefinition()
getDefinition
in interface StandardsNode
public boolean getWrap()
getWrap
in interface StandardsNode
public String getLabel()
getLabel
in interface StandardsNode
protected void prtln(String s)
s
- Description of the Parameterpublic String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |