DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class ColoradoBenchmark

java.lang.Object
  extended by org.dlese.dpc.standards.asn.AsnStd
      extended by org.dlese.dpc.standards.asn.AsnStandard
          extended by org.dlese.dpc.standards.asn.ColoradoBenchmark

public class ColoradoBenchmark
extends AsnStandard

Extends AsnStandard to provide custom "itemText" for Colorado Benchmarks.

Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.standards.asn.AsnStandard
ancestors, asnDoc, children
 
Fields inherited from class org.dlese.dpc.standards.asn.AsnStd
element
 
Constructor Summary
ColoradoBenchmark(Element e, AsnDocument asnDoc)
          Constructor for the ColoradoBenchmark object
 
Method Summary
 String getItemText()
          Gets the itemText attribute of the ColoradoBenchmark object
static void main(String[] args)
          tester program for the ColoradoBenchmark class
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStandard
addChild, getAncestors, getAuthor, getChildren, getDisplayText, getDocumentIdentifier, getLevel, getParentStandard, getStd, getTopic, isLeaf, removeEntityRefs, toString
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStd
getDescription, getEndGradeLevel, getGradeRange, getId, getParentId, getStartGradeLevel, getSubElementResource, getSubElementResource, getSubElementText, getSubElementText, getSubject, setGradeLevels, setItemText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColoradoBenchmark

public ColoradoBenchmark(Element e,
                         AsnDocument asnDoc)
Constructor for the ColoradoBenchmark object

Parameters:
e - NOT YET DOCUMENTED
asnDoc - NOT YET DOCUMENTED
Method Detail

main

public static void main(String[] args)
                 throws Exception
tester program for the ColoradoBenchmark class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

getItemText

public String getItemText()
Gets the itemText attribute of the ColoradoBenchmark object

Overrides:
getItemText in class AsnStd
Returns:
The itemText value

DLESE Tools
v1.6.0