com.edustructures.sifworks.common
Class InstructionalLevelCode

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

public class InstructionalLevelCode
extends SIFEnum

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.

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

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

ENGLISH_LANGUAGE_LEARNER

public static final InstructionalLevelCode ENGLISH_LANGUAGE_LEARNER
English Language Learner (ELL) ("0578")


BASIC

public static final InstructionalLevelCode BASIC
Basic ("0570")


ADVANCED_PLACEMENT

public static final InstructionalLevelCode ADVANCED_PLACEMENT
Advanced Placement ("0575")


SPECIAL_EDUCATION_COURSE

public static final InstructionalLevelCode SPECIAL_EDUCATION_COURSE
Special education course ("0569")


COLLEGE_LEVEL

public static final InstructionalLevelCode COLLEGE_LEVEL
College level ("0576")


HONORS_LEVEL

public static final InstructionalLevelCode HONORS_LEVEL
Honors level ("0572")


GIFTED_AND_TALENTED_LEVEL

public static final InstructionalLevelCode GIFTED_AND_TALENTED_LEVEL
Gifted and talented level ("0573")


ACCEPTED_AS_HIGH_SCHOOL

public static final InstructionalLevelCode ACCEPTED_AS_HIGH_SCHOOL
Accepted as a high school equivalent ("0579")


INTERNATIONAL_BACCALAUREATE

public static final InstructionalLevelCode INTERNATIONAL_BACCALAUREATE
International Baccalaureate program ("0574")


REMEDIAL

public static final InstructionalLevelCode REMEDIAL
Remedial ("0568")


UNTRACKED

public static final InstructionalLevelCode UNTRACKED
Untracked ("0577")


GENERAL

public static final InstructionalLevelCode GENERAL
General ("0571")

Method Detail

wrap

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