|
||||||||||
| 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.OperationalStatus
public class OperationalStatus
Defines the set of values that can be specified whenever an OperationalStatus
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 OperationalStatus object.
| Field Summary | |
|---|---|
static OperationalStatus |
AGENCY_CHANGED
Changed Agency: School is affiliated with another agency although the internal organization and instructional level have not changed. |
static OperationalStatus |
AGENCY_CLOSED
Agency Closed ("0107") |
static OperationalStatus |
AGENCY_FUTURE
Future Agency ("0111") |
static OperationalStatus |
AGENCY_INACTIVE
Inactive Agency ("0110") |
static OperationalStatus |
AGENCY_NEW
New Agency ("0108") |
static OperationalStatus |
AGENCY_OPEN
Agency Open ("0106") |
static OperationalStatus |
CHANGED_BOUNDARY
Changed Boundary ("0109") |
static OperationalStatus |
SCHOOL_CLOSED
School Closed: School is not currently open in operation and is not expected to operate in the future. |
static OperationalStatus |
SCHOOL_FUTURE
Future School: School is scheduled to be operational within two years. |
static OperationalStatus |
SCHOOL_INACTIVE
School Inactive: School is temporarily closed (e.g. |
static OperationalStatus |
SCHOOL_NEW
New School: School is newly created or completely restructured into the instructional levels and programs that are currently in operation. |
static OperationalStatus |
SCHOOL_OPEN
School Open: School is currently in operation with no significant change in instructional levels and programs. |
| Method Summary | |
|---|---|
static OperationalStatus |
wrap(java.lang.String value)
Wrap an arbitrary string value in an OperationalStatus 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 OperationalStatus SCHOOL_NEW
public static final OperationalStatus SCHOOL_CLOSED
public static final OperationalStatus AGENCY_FUTURE
public static final OperationalStatus AGENCY_INACTIVE
public static final OperationalStatus AGENCY_NEW
public static final OperationalStatus AGENCY_CLOSED
public static final OperationalStatus SCHOOL_INACTIVE
public static final OperationalStatus AGENCY_CHANGED
public static final OperationalStatus SCHOOL_FUTURE
public static final OperationalStatus CHANGED_BOUNDARY
public static final OperationalStatus AGENCY_OPEN
public static final OperationalStatus SCHOOL_OPEN
| Method Detail |
|---|
public static OperationalStatus 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 | |||||||||