|
||||||||||
| 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.student.PublicSchoolResidenceStatus
public class PublicSchoolResidenceStatus
Defines the set of values that can be specified whenever a PublicSchoolResidenceStatus
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 PublicSchoolResidenceStatus object.
| Field Summary | |
|---|---|
static PublicSchoolResidenceStatus |
_0598_1652
Resident of administrative unit and usual school attendance area ("1652") |
static PublicSchoolResidenceStatus |
_0598_1653
Resident of administrative unit, but of other school attendance area ("1653") |
static PublicSchoolResidenceStatus |
_0598_1654
Resident of this state, but not of this administrative unit ("1654") |
static PublicSchoolResidenceStatus |
_0598_1655
Resident of an administrative unit that crosses state boundaries ("1655") |
static PublicSchoolResidenceStatus |
_0598_1656
Resident of another state ("1656") |
static PublicSchoolResidenceStatus |
MULTI_STATE
Resident of an administrative unit that crosses state boundaries--The individual's legal residence is in an administrative unit that crosses state boundaries. |
static PublicSchoolResidenceStatus |
OTHER_SCHOOL
Resident of administrative unit, but of other school attendance area--The individual's legal residence is within the administrative unit, but not within the attendance area of the school he or she attends. |
static PublicSchoolResidenceStatus |
OTHER_STATE
Resident of another state--The individual's legal residence is in a state other than the state in which his or her school's administrative unit resides. |
static PublicSchoolResidenceStatus |
OTHER_UNIT
Resident of this state, but not of this administrative unit--The individual's legal residence is outside the administrative unit of the school he or she attends. |
static PublicSchoolResidenceStatus |
RESIDENT
Resident of administrative unit and usual school attendance area--The individual's legal residence is within the administrative unit and the attendance area of the school he or she attends. |
| Method Summary | |
|---|---|
static PublicSchoolResidenceStatus |
wrap(java.lang.String value)
Wrap an arbitrary string value in a PublicSchoolResidenceStatus 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 PublicSchoolResidenceStatus MULTI_STATE
public static final PublicSchoolResidenceStatus _0598_1656
public static final PublicSchoolResidenceStatus _0598_1655
public static final PublicSchoolResidenceStatus _0598_1654
public static final PublicSchoolResidenceStatus _0598_1653
public static final PublicSchoolResidenceStatus _0598_1652
public static final PublicSchoolResidenceStatus OTHER_SCHOOL
public static final PublicSchoolResidenceStatus RESIDENT
public static final PublicSchoolResidenceStatus OTHER_STATE
public static final PublicSchoolResidenceStatus OTHER_UNIT
| Method Detail |
|---|
public static PublicSchoolResidenceStatus 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 | |||||||||