|
||||||||||
| 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.programs.ProgramExitReasonCode
public class ProgramExitReasonCode
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.
| 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 |
|---|
public static final ProgramExitReasonCode TRANSFERRED_CONTINUING
public static final ProgramExitReasonCode SUSPENDED_FROM_SCHOOL
public static final ProgramExitReasonCode RECEIVED_CERTIFICATE
public static final ProgramExitReasonCode UNKNOWN_REASON
public static final ProgramExitReasonCode DISCONTINUED_SCHOOLING
public static final ProgramExitReasonCode NOT_ELIGIBLE_FOR_PART_B
public static final ProgramExitReasonCode WITHDRAWAL_BY_GUARDIAN
public static final ProgramExitReasonCode DISCONTINUED_SPEC_ED
public static final ProgramExitReasonCode NO_SPECIAL_ED
public static final ProgramExitReasonCode COMPLETION_OF_IFSP
public static final ProgramExitReasonCode PROGRAM_DISCONTINUED
public static final ProgramExitReasonCode DIED
public static final ProgramExitReasonCode STUDENT_SERVED_OTHER
public static final ProgramExitReasonCode PROGRAM_COMPLETION
public static final ProgramExitReasonCode EXPULSION
public static final ProgramExitReasonCode MOVED_OUT_OF_STATE
public static final ProgramExitReasonCode STUDENT_CHOICE
public static final ProgramExitReasonCode TRANSFERRED_NOT_KNOWN
public static final ProgramExitReasonCode REACHED_MAXIMUM_AGE
public static final ProgramExitReasonCode OTHER
public static final ProgramExitReasonCode REFUSED_SERVICES
public static final ProgramExitReasonCode ELIGIBLE_FOR_IDEA_B
public static final ProgramExitReasonCode PART_B_NOT_ELIGIBLE
public static final ProgramExitReasonCode TRANSFERRED_NOT_CONTINUING
public static final ProgramExitReasonCode GRADUATED_WITH_DIPLOMA
| Method Detail |
|---|
public static ProgramExitReasonCode 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 | |||||||||