com.edustructures.sifworks.programs
Class ProgramExitReasonCode

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

public class ProgramExitReasonCode
extends SIFEnum

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

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

Field Summary
static ProgramExitReasonCode COMPLETION_OF_IFSP
          Completion of IFSP prior to reaching maximum age for Part C ("2226")
static ProgramExitReasonCode DIED
          Died ("2223")
static ProgramExitReasonCode DISCONTINUED_SCHOOLING
          Discontinued schooling, not special education ("2222")
static ProgramExitReasonCode DISCONTINUED_SPEC_ED
          Discontinued schooling, special education only ("2221")
static ProgramExitReasonCode ELIGIBLE_FOR_IDEA_B
          Eligible for IDEA Part B ("2227")
static ProgramExitReasonCode EXPULSION
          Expulsion ("2224")
static ProgramExitReasonCode GRADUATED_WITH_DIPLOMA
          Graduated with a high school diploma ("2212")
static ProgramExitReasonCode MOVED_OUT_OF_STATE
          Moved out of state ("2231")
static ProgramExitReasonCode NO_SPECIAL_ED
          No longer receving special education ("2216")
static ProgramExitReasonCode NOT_ELIGIBLE_FOR_PART_B
          Not eligible for Part B, exit with referrals to other programs ("2228")
static ProgramExitReasonCode OTHER
          Other ("9999")
static ProgramExitReasonCode PART_B_NOT_ELIGIBLE
          Part B eligibility not determined ("2230")
static ProgramExitReasonCode PROGRAM_COMPLETION
          Program completion ("2214")
static ProgramExitReasonCode PROGRAM_DISCONTINUED
          Program discontinued ("2225")
static ProgramExitReasonCode REACHED_MAXIMUM_AGE
          Reached maximum age ("2215")
static ProgramExitReasonCode RECEIVED_CERTIFICATE
          Received certificate of completion, modified diploma, or finished IEP requirements ("2213")
static ProgramExitReasonCode REFUSED_SERVICES
          Refused services ("2217")
static ProgramExitReasonCode STUDENT_CHOICE
          Student choice ("S001")
static ProgramExitReasonCode STUDENT_SERVED_OTHER
          Student served in other ways ("S002")
static ProgramExitReasonCode SUSPENDED_FROM_SCHOOL
          Suspended from school ("2220")
static ProgramExitReasonCode TRANSFERRED_CONTINUING
          Transferred to another district or school, known to be continuing in program / service ("2218")
static ProgramExitReasonCode TRANSFERRED_NOT_CONTINUING
          Transferred to another district or school, known not to be continuing in program / service ("2406")
static ProgramExitReasonCode TRANSFERRED_NOT_KNOWN
          Transferred to another district or school, not known to be continuing in program / service ("2219")
static ProgramExitReasonCode UNKNOWN_REASON
          Unknown reason ("2233")
static ProgramExitReasonCode WITHDRAWAL_BY_GUARDIAN
          Withdrawal by a parent (or guardian) ("2232")
 
Method Summary
static ProgramExitReasonCode wrap(java.lang.String value)
          Wrap an arbitrary string value in a ProgramExitReasonCode 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

TRANSFERRED_CONTINUING

public static final ProgramExitReasonCode TRANSFERRED_CONTINUING
Transferred to another district or school, known to be continuing in program / service ("2218")


SUSPENDED_FROM_SCHOOL

public static final ProgramExitReasonCode SUSPENDED_FROM_SCHOOL
Suspended from school ("2220")


RECEIVED_CERTIFICATE

public static final ProgramExitReasonCode RECEIVED_CERTIFICATE
Received certificate of completion, modified diploma, or finished IEP requirements ("2213")


UNKNOWN_REASON

public static final ProgramExitReasonCode UNKNOWN_REASON
Unknown reason ("2233")


DISCONTINUED_SCHOOLING

public static final ProgramExitReasonCode DISCONTINUED_SCHOOLING
Discontinued schooling, not special education ("2222")


NOT_ELIGIBLE_FOR_PART_B

public static final ProgramExitReasonCode NOT_ELIGIBLE_FOR_PART_B
Not eligible for Part B, exit with referrals to other programs ("2228")


WITHDRAWAL_BY_GUARDIAN

public static final ProgramExitReasonCode WITHDRAWAL_BY_GUARDIAN
Withdrawal by a parent (or guardian) ("2232")


DISCONTINUED_SPEC_ED

public static final ProgramExitReasonCode DISCONTINUED_SPEC_ED
Discontinued schooling, special education only ("2221")


NO_SPECIAL_ED

public static final ProgramExitReasonCode NO_SPECIAL_ED
No longer receving special education ("2216")


COMPLETION_OF_IFSP

public static final ProgramExitReasonCode COMPLETION_OF_IFSP
Completion of IFSP prior to reaching maximum age for Part C ("2226")


PROGRAM_DISCONTINUED

public static final ProgramExitReasonCode PROGRAM_DISCONTINUED
Program discontinued ("2225")


DIED

public static final ProgramExitReasonCode DIED
Died ("2223")


STUDENT_SERVED_OTHER

public static final ProgramExitReasonCode STUDENT_SERVED_OTHER
Student served in other ways ("S002")


PROGRAM_COMPLETION

public static final ProgramExitReasonCode PROGRAM_COMPLETION
Program completion ("2214")


EXPULSION

public static final ProgramExitReasonCode EXPULSION
Expulsion ("2224")


MOVED_OUT_OF_STATE

public static final ProgramExitReasonCode MOVED_OUT_OF_STATE
Moved out of state ("2231")


STUDENT_CHOICE

public static final ProgramExitReasonCode STUDENT_CHOICE
Student choice ("S001")


TRANSFERRED_NOT_KNOWN

public static final ProgramExitReasonCode TRANSFERRED_NOT_KNOWN
Transferred to another district or school, not known to be continuing in program / service ("2219")


REACHED_MAXIMUM_AGE

public static final ProgramExitReasonCode REACHED_MAXIMUM_AGE
Reached maximum age ("2215")


OTHER

public static final ProgramExitReasonCode OTHER
Other ("9999")


REFUSED_SERVICES

public static final ProgramExitReasonCode REFUSED_SERVICES
Refused services ("2217")


ELIGIBLE_FOR_IDEA_B

public static final ProgramExitReasonCode ELIGIBLE_FOR_IDEA_B
Eligible for IDEA Part B ("2227")


PART_B_NOT_ELIGIBLE

public static final ProgramExitReasonCode PART_B_NOT_ELIGIBLE
Part B eligibility not determined ("2230")


TRANSFERRED_NOT_CONTINUING

public static final ProgramExitReasonCode TRANSFERRED_NOT_CONTINUING
Transferred to another district or school, known not to be continuing in program / service ("2406")


GRADUATED_WITH_DIPLOMA

public static final ProgramExitReasonCode GRADUATED_WITH_DIPLOMA
Graduated with a high school diploma ("2212")

Method Detail

wrap

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