com.edustructures.sifworks.common
Class EnglishProficiencyCode

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

public class EnglishProficiencyCode
extends SIFEnum

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

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static EnglishProficiencyCode FLUENT_ENGLISH
          Fluent English speaker ("1634")
static EnglishProficiencyCode LIMITED_ENGLISH
          Limited English proficient/English language learner ("2349")
static EnglishProficiencyCode NATIVE_ENGLISH
          Native English speaker ("1633")
static EnglishProficiencyCode NON_ENGLISH_SPEAKING
          Non-English speaking ("1635")
static EnglishProficiencyCode REDESIGNATED_AS_FLUENT
          Redesignated as fluent English proficient ("1636")
static EnglishProficiencyCode SIF15_FLUENT_ENGLISH
          Fluent English proficient ("02 ")
static EnglishProficiencyCode SIF15_LIMITED_ENGLISH
          Limited English proficient/English language learner ("03 ")
static EnglishProficiencyCode SIF15_NATIVE_ENGLISH_SPEAKER
          Native English speaker ("01 ")
static EnglishProficiencyCode SIF15_NON_ENGLISH_SPEAKING
          Non-English speaking ("04 ")
static EnglishProficiencyCode SIF15_REDESIGNATED_AS_FLUENT
          Redesignated as fluent English proficient ("05 ")
static EnglishProficiencyCode SIF15_STATUS_UNKNOWN
          Status unknown ("99 ")
static EnglishProficiencyCode STATUS_UNKNOWN
          Status unknown ("1637")
 
Method Summary
static EnglishProficiencyCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an EnglishProficiencyCode 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

STATUS_UNKNOWN

public static final EnglishProficiencyCode STATUS_UNKNOWN
Status unknown ("1637")


SIF15_REDESIGNATED_AS_FLUENT

public static final EnglishProficiencyCode SIF15_REDESIGNATED_AS_FLUENT
Redesignated as fluent English proficient ("05 ")


SIF15_NON_ENGLISH_SPEAKING

public static final EnglishProficiencyCode SIF15_NON_ENGLISH_SPEAKING
Non-English speaking ("04 ")


REDESIGNATED_AS_FLUENT

public static final EnglishProficiencyCode REDESIGNATED_AS_FLUENT
Redesignated as fluent English proficient ("1636")


LIMITED_ENGLISH

public static final EnglishProficiencyCode LIMITED_ENGLISH
Limited English proficient/English language learner ("2349")


NATIVE_ENGLISH

public static final EnglishProficiencyCode NATIVE_ENGLISH
Native English speaker ("1633")


SIF15_FLUENT_ENGLISH

public static final EnglishProficiencyCode SIF15_FLUENT_ENGLISH
Fluent English proficient ("02 ")


NON_ENGLISH_SPEAKING

public static final EnglishProficiencyCode NON_ENGLISH_SPEAKING
Non-English speaking ("1635")


SIF15_STATUS_UNKNOWN

public static final EnglishProficiencyCode SIF15_STATUS_UNKNOWN
Status unknown ("99 ")


FLUENT_ENGLISH

public static final EnglishProficiencyCode FLUENT_ENGLISH
Fluent English speaker ("1634")


SIF15_LIMITED_ENGLISH

public static final EnglishProficiencyCode SIF15_LIMITED_ENGLISH
Limited English proficient/English language learner ("03 ")


SIF15_NATIVE_ENGLISH_SPEAKER

public static final EnglishProficiencyCode SIF15_NATIVE_ENGLISH_SPEAKER
Native English speaker ("01 ")

Method Detail

wrap

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