com.edustructures.sifworks.student
Class OperationalStatus

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

public class OperationalStatus
extends SIFEnum

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.

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

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

SCHOOL_NEW

public static final OperationalStatus SCHOOL_NEW
New School: School is newly created or completely restructured into the instructional levels and programs that are currently in operation. ("0104")


SCHOOL_CLOSED

public static final OperationalStatus SCHOOL_CLOSED
School Closed: School is not currently open in operation and is not expected to operate in the future. ("0821")


AGENCY_FUTURE

public static final OperationalStatus AGENCY_FUTURE
Future Agency ("0111")


AGENCY_INACTIVE

public static final OperationalStatus AGENCY_INACTIVE
Inactive Agency ("0110")


AGENCY_NEW

public static final OperationalStatus AGENCY_NEW
New Agency ("0108")


AGENCY_CLOSED

public static final OperationalStatus AGENCY_CLOSED
Agency Closed ("0107")


SCHOOL_INACTIVE

public static final OperationalStatus SCHOOL_INACTIVE
School Inactive: School is temporarily closed (e.g. under construction) and may reopen within three years. ("0822")


AGENCY_CHANGED

public static final OperationalStatus AGENCY_CHANGED
Changed Agency: School is affiliated with another agency although the internal organization and instructional level have not changed. ("0118")


SCHOOL_FUTURE

public static final OperationalStatus SCHOOL_FUTURE
Future School: School is scheduled to be operational within two years. ("0105")


CHANGED_BOUNDARY

public static final OperationalStatus CHANGED_BOUNDARY
Changed Boundary ("0109")


AGENCY_OPEN

public static final OperationalStatus AGENCY_OPEN
Agency Open ("0106")


SCHOOL_OPEN

public static final OperationalStatus SCHOOL_OPEN
School Open: School is currently in operation with no significant change in instructional levels and programs. ("0820")

Method Detail

wrap

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