com.edustructures.sifworks.student
Class GradeClassificationCode

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.student.GradeClassificationCode
All Implemented Interfaces:
java.io.Serializable

public class GradeClassificationCode
extends SIFEnum

Defines the set of values that can be specified whenever a GradeClassificationCode is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in a GradeClassificationCode object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static GradeClassificationCode ADULT
          Adult ("0013")
static GradeClassificationCode EIGHTH_GRADE
          Eighth Grade ("0798")
static GradeClassificationCode ELEVENTH_GRADE
          Eleventh Grade ("0801")
static GradeClassificationCode FIFTH_GRADE
          Fifth Grade ("0794")
static GradeClassificationCode FIRST_GRADE
          First Grade ("0790")
static GradeClassificationCode FOURTH_GRADE
          Fourth Grade ("0793")
static GradeClassificationCode GRADE_13
          Grade 13 ("0803")
static GradeClassificationCode INFANTS_TODDLER
          Infants/Toddler ("0787")
static GradeClassificationCode KINDERGARTEN
          Kindergarten ("0805")
static GradeClassificationCode NINTH_GRADE
          Ninth Grade ("0799")
static GradeClassificationCode OTHER
          Other ("9999")
static GradeClassificationCode POSTSECONDARY
          Postsecondary ("2359")
static GradeClassificationCode PRE_KINDERGARTEN
          Pre-kindergarten ("0789")
static GradeClassificationCode PRESCHOOL
          Preschool ("0788")
static GradeClassificationCode SECOND_GRADE
          Second Grade ("0791")
static GradeClassificationCode SEVENTH_GRADE
          Seventh Grade ("0796")
static GradeClassificationCode SIXTH_GRADE
          Sixth Grade ("0795")
static GradeClassificationCode TENTH_GRADE
          Tenth Grade ("0800")
static GradeClassificationCode THIRD_GRADE
          Third Grade ("0792")
static GradeClassificationCode TWELFTH_GRADE
          Twelfth Grade ("0802")
static GradeClassificationCode UNGRADED
          Ungraded ("0804")
 
Method Summary
static GradeClassificationCode wrap(java.lang.String value)
          Wrap an arbitrary string value in a GradeClassificationCode object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TENTH_GRADE

public static final GradeClassificationCode TENTH_GRADE
Tenth Grade ("0800")


ELEVENTH_GRADE

public static final GradeClassificationCode ELEVENTH_GRADE
Eleventh Grade ("0801")


INFANTS_TODDLER

public static final GradeClassificationCode INFANTS_TODDLER
Infants/Toddler ("0787")


NINTH_GRADE

public static final GradeClassificationCode NINTH_GRADE
Ninth Grade ("0799")


THIRD_GRADE

public static final GradeClassificationCode THIRD_GRADE
Third Grade ("0792")


POSTSECONDARY

public static final GradeClassificationCode POSTSECONDARY
Postsecondary ("2359")


GRADE_13

public static final GradeClassificationCode GRADE_13
Grade 13 ("0803")


ADULT

public static final GradeClassificationCode ADULT
Adult ("0013")


SIXTH_GRADE

public static final GradeClassificationCode SIXTH_GRADE
Sixth Grade ("0795")


PRE_KINDERGARTEN

public static final GradeClassificationCode PRE_KINDERGARTEN
Pre-kindergarten ("0789")


EIGHTH_GRADE

public static final GradeClassificationCode EIGHTH_GRADE
Eighth Grade ("0798")


PRESCHOOL

public static final GradeClassificationCode PRESCHOOL
Preschool ("0788")


SECOND_GRADE

public static final GradeClassificationCode SECOND_GRADE
Second Grade ("0791")


SEVENTH_GRADE

public static final GradeClassificationCode SEVENTH_GRADE
Seventh Grade ("0796")


KINDERGARTEN

public static final GradeClassificationCode KINDERGARTEN
Kindergarten ("0805")


OTHER

public static final GradeClassificationCode OTHER
Other ("9999")


TWELFTH_GRADE

public static final GradeClassificationCode TWELFTH_GRADE
Twelfth Grade ("0802")


FIRST_GRADE

public static final GradeClassificationCode FIRST_GRADE
First Grade ("0790")


FIFTH_GRADE

public static final GradeClassificationCode FIFTH_GRADE
Fifth Grade ("0794")


UNGRADED

public static final GradeClassificationCode UNGRADED
Ungraded ("0804")


FOURTH_GRADE

public static final GradeClassificationCode FOURTH_GRADE
Fourth Grade ("0793")

Method Detail

wrap

public static GradeClassificationCode wrap(java.lang.String value)
Wrap an arbitrary string value in a GradeClassificationCode object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.