|
||||||||||
| 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.InstructionalLevelCode
public class InstructionalLevelCode
Defines the set of values that can be specified whenever an InstructionalLevelCode
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
an InstructionalLevelCode object.
| Field Summary | |
|---|---|
static InstructionalLevelCode |
ACCEPTED_AS_HIGH_SCHOOL
Accepted as a high school equivalent ("0579") |
static InstructionalLevelCode |
ADVANCED_PLACEMENT
Advanced Placement ("0575") |
static InstructionalLevelCode |
BASIC
Basic ("0570") |
static InstructionalLevelCode |
COLLEGE_LEVEL
College level ("0576") |
static InstructionalLevelCode |
ENGLISH_LANGUAGE_LEARNER
English Language Learner (ELL) ("0578") |
static InstructionalLevelCode |
GENERAL
General ("0571") |
static InstructionalLevelCode |
GIFTED_AND_TALENTED_LEVEL
Gifted and talented level ("0573") |
static InstructionalLevelCode |
HONORS_LEVEL
Honors level ("0572") |
static InstructionalLevelCode |
INTERNATIONAL_BACCALAUREATE
International Baccalaureate program ("0574") |
static InstructionalLevelCode |
REMEDIAL
Remedial ("0568") |
static InstructionalLevelCode |
SPECIAL_EDUCATION_COURSE
Special education course ("0569") |
static InstructionalLevelCode |
UNTRACKED
Untracked ("0577") |
| Method Summary | |
|---|---|
static InstructionalLevelCode |
wrap(java.lang.String value)
Wrap an arbitrary string value in an InstructionalLevelCode 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 InstructionalLevelCode ENGLISH_LANGUAGE_LEARNER
public static final InstructionalLevelCode BASIC
public static final InstructionalLevelCode ADVANCED_PLACEMENT
public static final InstructionalLevelCode SPECIAL_EDUCATION_COURSE
public static final InstructionalLevelCode COLLEGE_LEVEL
public static final InstructionalLevelCode HONORS_LEVEL
public static final InstructionalLevelCode GIFTED_AND_TALENTED_LEVEL
public static final InstructionalLevelCode ACCEPTED_AS_HIGH_SCHOOL
public static final InstructionalLevelCode INTERNATIONAL_BACCALAUREATE
public static final InstructionalLevelCode REMEDIAL
public static final InstructionalLevelCode UNTRACKED
public static final InstructionalLevelCode GENERAL
| Method Detail |
|---|
public static InstructionalLevelCode 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 | |||||||||