|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.common.GradeLevelCode
public class GradeLevelCode
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.
| 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 |
|---|
public static final GradeLevelCode KG
public static final GradeLevelCode _09
public static final GradeLevelCode _08
public static final GradeLevelCode _07
public static final GradeLevelCode _06
public static final GradeLevelCode _05
public static final GradeLevelCode _04
public static final GradeLevelCode _03
public static final GradeLevelCode _02
public static final GradeLevelCode UN
public static final GradeLevelCode _01
public static final GradeLevelCode _12
public static final GradeLevelCode PK
public static final GradeLevelCode _11
public static final GradeLevelCode _10
public static final GradeLevelCode PG
public static final GradeLevelCode OTHER
public static final GradeLevelCode UNKNOWN
| Method Detail |
|---|
public static GradeLevelCode wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||