|
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.AdnStandard
public class AdnStandard
Represents an controlled vocabulary item from the ADN educational metadata standard. ADN represents standards as strings delimited by semi-colons, which serve to break the text up into "levels". This class provides access to the string representation for each level.
Nested Class Summary | |
---|---|
class |
AdnStandard.StandardComparator
Description of the Class |
Constructor Summary | |
---|---|
AdnStandard(String text)
Constructor for the AdnStandard object given a ResultDoc instance |
Method Summary | |
---|---|
AdnStandard.StandardComparator |
getComparator()
Gets the comparator attribute of the AdnStandard object |
String |
getGradeRange()
|
String |
getLeaf()
Gets the last segment of the text attribute. |
int |
getLevels()
Gets the levels attribute of the AdnStandard object |
String |
getMatchKey()
Gets the matchKey attribute of the AdnStandard object |
String |
getSplit(int level)
Gets the specified segment of the colon-delimited text field. |
String |
getText()
Gets the text attribute of the AdnStandard object, that is the entire string used to define this vocab item. |
protected void |
prtln(String s)
Description of the Method |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdnStandard(String text)
text
- NOT YET DOCUMENTEDMethod Detail |
---|
public String getGradeRange()
public String getMatchKey()
public String getText()
public String getSplit(int level)
level
- NOT YET DOCUMENTED
public int getLevels()
public String getLeaf()
public String toString()
toString
in class Object
public AdnStandard.StandardComparator getComparator()
protected void prtln(String s)
s
- Description of the Parameter
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |