DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.asn
Class GradeRangeHelper.GradeRangeItem

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.asn.GradeRange
      extended by org.dlese.dpc.schemedit.standards.asn.GradeRangeHelper.GradeRangeItem
Enclosing class:
GradeRangeHelper

public class GradeRangeHelper.GradeRangeItem
extends GradeRange

Utility class to associate a gradeRange vocab value with a label suitable for UI, and a range of gradeLevels (min and max)

Author:
Jonathan Ostwald

Method Summary
 String getLabel()
          Gets the label attribute of the GradeRangeItem object
 String getValue()
          Gets the value attribute of the GradeRangeItem object
 String getVocab()
          Gets the vocab attribute of the GradeRangeItem object
 String toString()
          NOT YET DOCUMENTED
 
Methods inherited from class org.dlese.dpc.schemedit.standards.asn.GradeRange
contains, getMaxGrade, getMinGrade, setMaxGrade, setMinGrade, toStr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getVocab

public String getVocab()
Gets the vocab attribute of the GradeRangeItem object

Returns:
The vocab value

getLabel

public String getLabel()
Gets the label attribute of the GradeRangeItem object

Returns:
The label value

getValue

public String getValue()
Gets the value attribute of the GradeRangeItem object

Returns:
The value value

toString

public String toString()
NOT YET DOCUMENTED

Overrides:
toString in class Object
Returns:
NOT YET DOCUMENTED

DLESE Tools
v1.6.0