public class AdnStandard
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AdnStandard.StandardComparator
Description of the Class
|
Constructor and Description |
---|
AdnStandard(java.lang.String text)
Constructor for the AdnStandard object given a ResultDoc instance
|
Modifier and Type | Method and Description |
---|---|
AdnStandard.StandardComparator |
getComparator()
Gets the comparator attribute of the AdnStandard object
|
java.lang.String |
getGradeRange() |
java.lang.String |
getLeaf()
Gets the last segment of the text attribute.
|
int |
getLevels()
Gets the levels attribute of the AdnStandard object
|
java.lang.String |
getMatchKey()
Gets the matchKey attribute of the AdnStandard object
|
java.lang.String |
getSplit(int level)
Gets the specified segment of the colon-delimited text field.
|
java.lang.String |
getText()
Gets the text attribute of the AdnStandard object, that is the entire string
used to define this vocab item.
|
protected void |
prtln(java.lang.String s)
Description of the Method
|
java.lang.String |
toString()
Description of the Method
|
public AdnStandard(java.lang.String text)
text
- NOT YET DOCUMENTEDpublic java.lang.String getGradeRange()
public java.lang.String getMatchKey()
public java.lang.String getText()
public java.lang.String getSplit(int level)
level
- NOT YET DOCUMENTEDpublic int getLevels()
public java.lang.String getLeaf()
public java.lang.String toString()
toString
in class java.lang.Object
public AdnStandard.StandardComparator getComparator()
protected void prtln(java.lang.String s)
s
- Description of the Parameter