|
||||||||||
| 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.EnglishProficiencyCode
public class EnglishProficiencyCode
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.
| 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 |
|---|
public static final EnglishProficiencyCode STATUS_UNKNOWN
public static final EnglishProficiencyCode SIF15_REDESIGNATED_AS_FLUENT
public static final EnglishProficiencyCode SIF15_NON_ENGLISH_SPEAKING
public static final EnglishProficiencyCode REDESIGNATED_AS_FLUENT
public static final EnglishProficiencyCode LIMITED_ENGLISH
public static final EnglishProficiencyCode NATIVE_ENGLISH
public static final EnglishProficiencyCode SIF15_FLUENT_ENGLISH
public static final EnglishProficiencyCode NON_ENGLISH_SPEAKING
public static final EnglishProficiencyCode SIF15_STATUS_UNKNOWN
public static final EnglishProficiencyCode FLUENT_ENGLISH
public static final EnglishProficiencyCode SIF15_LIMITED_ENGLISH
public static final EnglishProficiencyCode SIF15_NATIVE_ENGLISH_SPEAKER
| Method Detail |
|---|
public static EnglishProficiencyCode 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 | |||||||||