|
||||||||||
| 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.ExitTypeCode
public class ExitTypeCode
Defines the set of values that can be specified whenever an ExitTypeCode
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 ExitTypeCode object.
| Field Summary | |
|---|---|
static ExitTypeCode |
EXIT_B28
Student is on Suspension or Dismissal (Removed in SIF 2.0) ("B28") |
static ExitTypeCode |
EXIT_B29
Student is Expelled (Pre-K through Grade 12) (Removed in SIF 2.0) ("B29") |
static ExitTypeCode |
EXIT_B52
According to established regulations or statutes, the student is considered to be a 'dropout' (Removed in SIF 2.0) ("B52") |
static ExitTypeCode |
EXIT_D09
Student was expected to attend a school but did not enter as expected for unknown reasons (Removed in SIF 2.0) ("D09") |
static ExitTypeCode |
EXIT_D10
Student was promoted, retained, or transferred to another Attendance Reporting unit in the same School (Removed in SIF 2.0) ("D10") |
static ExitTypeCode |
EXIT_D11
Student was promoted, retained, or transferred to another School in the same District (Removed in SIF 2.0) ("D11") |
static ExitTypeCode |
EXIT_D12
Student withdrew to attend another Public School in the same District (Removed in SIF 2.0) ("D12") |
static ExitTypeCode |
EXIT_D13
Student withdrew to attend another Public School in or out of state (Removed in SIF 2.0) ("D13") |
static ExitTypeCode |
EXIT_D14
Student over compulsory attendance age who leaves school voluntarily with no intention of returning (Removed in SIF 2.0) ("D14") |
static ExitTypeCode |
EXIT_D15
Student who graduated from school with a standard diploma (Removed in SIF 2.0) ("D15") |
static ExitTypeCode |
EXIT_D16
Student who graduated from school with a special diploma (Removed in SIF 2.0) ("D16") |
static ExitTypeCode |
EXIT_D17
Student who left school with a certificate of completion (Removed in SIF 2.0) ("D17") |
static ExitTypeCode |
EXIT_D18
Student who left school with a special certificate of completion (Removed in SIF 2.0) ("D18") |
static ExitTypeCode |
EXIT_D19
Student who left school with a State General Education Development (GED) High School Diploma (Removed in SIF 2.0) ("D19") |
static ExitTypeCode |
EXIT_D20
Student withdrew to attend a non-Public School or Home Education Program in or out of state (Removed in SIF 2.0) ("D20") |
static ExitTypeCode |
EXIT_D21
Student withdrew from school due to hardship (Removed in SIF 2.0) ("D21") |
static ExitTypeCode |
EXIT_D26
Retained in current grade (Removed in SIF 2.0) ("D26") |
static ExitTypeCode |
EXIT_D28
Placed in a transitional program (K-12) (Removed in SIF 2.0) ("D28") |
static ExitTypeCode |
EXIT_D29
Status pending completion of summer school (K-12) (Removed in SIF 2.0) ("D29") |
static ExitTypeCode |
EXIT_D34
Promoted (Removed in SIF 2.0) ("D34") |
static ExitTypeCode |
EXIT_EB1
Deceased (Removed in SIF 2.0) ("EB1") |
static ExitTypeCode |
EXIT_EB3
Withdrawn (use when reason for withdrawal is not among the other codes, or when reason cannot be determined) (Removed in SIF 2.0) ("EB3") |
static ExitTypeCode |
EXIT_EB4
Graduated (Removed in SIF 2.0) ("EB4") |
static ExitTypeCode |
TODO
SIF has not yet defined this codeset as of draft 5 ("TODO") |
| Method Summary | |
|---|---|
static ExitTypeCode |
wrap(java.lang.String value)
Wrap an arbitrary string value in an ExitTypeCode 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 ExitTypeCode EXIT_D19
public static final ExitTypeCode EXIT_D18
public static final ExitTypeCode EXIT_D17
public static final ExitTypeCode EXIT_D16
public static final ExitTypeCode EXIT_D15
public static final ExitTypeCode EXIT_D14
public static final ExitTypeCode EXIT_D13
public static final ExitTypeCode EXIT_D12
public static final ExitTypeCode EXIT_D11
public static final ExitTypeCode EXIT_D10
public static final ExitTypeCode EXIT_B29
public static final ExitTypeCode EXIT_B28
public static final ExitTypeCode EXIT_D29
public static final ExitTypeCode EXIT_D28
public static final ExitTypeCode EXIT_D26
public static final ExitTypeCode EXIT_B52
public static final ExitTypeCode EXIT_EB4
public static final ExitTypeCode EXIT_EB3
public static final ExitTypeCode EXIT_EB1
public static final ExitTypeCode EXIT_D21
public static final ExitTypeCode EXIT_D20
public static final ExitTypeCode TODO
public static final ExitTypeCode EXIT_D09
public static final ExitTypeCode EXIT_D34
| Method Detail |
|---|
public static ExitTypeCode 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 | |||||||||