com.edustructures.sifworks.common
Class GradeLevelCode

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.common.GradeLevelCode
All Implemented Interfaces:
java.io.Serializable

public class GradeLevelCode
extends SIFEnum

Defines the set of values that can be specified whenever a GradeLevelCode 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 GradeLevelCode object.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static GradeLevelCode _01
          01 ("01")
static GradeLevelCode _02
          02 ("02")
static GradeLevelCode _03
          03 ("03")
static GradeLevelCode _04
          04 ("04")
static GradeLevelCode _05
          05 ("05")
static GradeLevelCode _06
          06 ("06")
static GradeLevelCode _07
          07 ("07")
static GradeLevelCode _08
          08 ("08")
static GradeLevelCode _09
          09 ("09")
static GradeLevelCode _10
          10 ("10")
static GradeLevelCode _11
          11 ("11")
static GradeLevelCode _12
          12 ("12")
static GradeLevelCode KG
          Kindergarten ("KG")
static GradeLevelCode OTHER
          Other ("Other")
static GradeLevelCode PG
          Postgraduate/Adult ("PG")
static GradeLevelCode PK
          Pre-Kindergarten/Preschool ("PK")
static GradeLevelCode UN
          Ungraded ("UN")
static GradeLevelCode UNKNOWN
          Unknown ("Unknown")
 
Method Summary
static GradeLevelCode wrap(java.lang.String value)
          Wrap an arbitrary string value in a GradeLevelCode 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

KG

public static final GradeLevelCode KG
Kindergarten ("KG")


_09

public static final GradeLevelCode _09
09 ("09")


_08

public static final GradeLevelCode _08
08 ("08")


_07

public static final GradeLevelCode _07
07 ("07")


_06

public static final GradeLevelCode _06
06 ("06")


_05

public static final GradeLevelCode _05
05 ("05")


_04

public static final GradeLevelCode _04
04 ("04")


_03

public static final GradeLevelCode _03
03 ("03")


_02

public static final GradeLevelCode _02
02 ("02")


UN

public static final GradeLevelCode UN
Ungraded ("UN")


_01

public static final GradeLevelCode _01
01 ("01")


_12

public static final GradeLevelCode _12
12 ("12")


PK

public static final GradeLevelCode PK
Pre-Kindergarten/Preschool ("PK")


_11

public static final GradeLevelCode _11
11 ("11")


_10

public static final GradeLevelCode _10
10 ("10")


PG

public static final GradeLevelCode PG
Postgraduate/Adult ("PG")


OTHER

public static final GradeLevelCode OTHER
Other ("Other")


UNKNOWN

public static final GradeLevelCode UNKNOWN
Unknown ("Unknown")

Method Detail

wrap

public static GradeLevelCode wrap(java.lang.String value)
Wrap an arbitrary string value in a GradeLevelCode 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.