[This is preliminary documentation and is subject to change.]
Defines the set of values that can be specified whenever an ExitTypeCode
is used as a parameter to a method or constructor.
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| EXIT_B28 | Student is on Suspension or Dismissal (Removed in SIF 2.0) ("B28") | |
| EXIT_B29 | Student is Expelled (Pre-K through Grade 12) (Removed in SIF 2.0) ("B29") | |
| EXIT_B52 | According to established regulations or statutes, the student is considered to be a 'dropout' (Removed in SIF 2.0) ("B52") | |
| EXIT_D09 | Student was expected to attend a school but did not enter as expected for unknown reasons (Removed in SIF 2.0) ("D09") | |
| EXIT_D10 | Student was promoted, retained, or transferred to another Attendance Reporting unit in the same School (Removed in SIF 2.0) ("D10") | |
| EXIT_D11 | Student was promoted, retained, or transferred to another School in the same District (Removed in SIF 2.0) ("D11") | |
| EXIT_D12 | Student withdrew to attend another Public School in the same District (Removed in SIF 2.0) ("D12") | |
| EXIT_D13 | Student withdrew to attend another Public School in or out of state (Removed in SIF 2.0) ("D13") | |
| EXIT_D14 | Student over compulsory attendance age who leaves school voluntarily with no intention of returning (Removed in SIF 2.0) ("D14") | |
| EXIT_D15 | Student who graduated from school with a standard diploma (Removed in SIF 2.0) ("D15") | |
| EXIT_D16 | Student who graduated from school with a special diploma (Removed in SIF 2.0) ("D16") | |
| EXIT_D17 | Student who left school with a certificate of completion (Removed in SIF 2.0) ("D17") | |
| EXIT_D18 | Student who left school with a special certificate of completion (Removed in SIF 2.0) ("D18") | |
| EXIT_D19 | Student who left school with a State General Education Development (GED) High School Diploma (Removed in SIF 2.0) ("D19") | |
| 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") | |
| EXIT_D21 | Student withdrew from school due to hardship (Removed in SIF 2.0) ("D21") | |
| EXIT_D26 | Retained in current grade (Removed in SIF 2.0) ("D26") | |
| EXIT_D28 | Placed in a transitional program (K-12) (Removed in SIF 2.0) ("D28") | |
| EXIT_D29 | Status pending completion of summer school (K-12) (Removed in SIF 2.0) ("D29") | |
| EXIT_D34 | Promoted (Removed in SIF 2.0) ("D34") | |
| EXIT_EB1 | Deceased (Removed in SIF 2.0) ("EB1") | |
| 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") | |
| EXIT_EB4 | Graduated (Removed in SIF 2.0) ("EB4") | |
| TODO | SIF has not yet defined this codeset as of draft 5 ("TODO") | |
| Wrap(String) | Wrap an arbitrary string value in an ExitTypeCode object. |
Alternatively, the static
Wrap(String) method can be called to encapsulate any string value in
an ExitTypeCode object.
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| SifSimpleType | |||||
| AdkDataType<(Of <String>)> | |||||
| SifString | |||||
| SifEnum | |||||
| ExitTypeCode | |||||