com.edustructures.sifworks.student
Class EntryTypeCode

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

public class EntryTypeCode
extends SIFEnum

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

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static EntryTypeCode _0619_1821
          Transfer from a public school in the same local education agency ("1821")
static EntryTypeCode _0619_1822
          Transfer from a public school in a different local education agency in the same state ("1822")
static EntryTypeCode _0619_1823
          Transfer from a public school in a different state ("1823")
static EntryTypeCode _0619_1824
          Transfer from a private, non-religiously-affiliated school in the same local education agency ("1824")
static EntryTypeCode _0619_1825
          Transfer from a private, non-religiously-affiliated school in a different local education agency in the same state ("1825")
static EntryTypeCode _0619_1826
          Transfer from a private, non-religiously-affiliated school in a different state ("1826")
static EntryTypeCode _0619_1827
          Transfer from a private, religiously-affiliated school in the same local education agency ("1827")
static EntryTypeCode _0619_1828
          Transfer from a private, religiously-affiliated school in a different local education agency in the same state ("1828")
static EntryTypeCode _0619_1829
          Transfer from a private, religiously-affiliated school in a different state ("1829")
static EntryTypeCode _0619_1830
          Transfer from a school outside of the country ("1830")
static EntryTypeCode _0619_1831
          Transfer from an institution ("1831")
static EntryTypeCode _0619_1832
          Transfer from a charter school ("1832")
static EntryTypeCode _0619_1833
          Transfer from home schooling ("1833")
static EntryTypeCode _0619_1834
          Matriculation from another school ("1834")
static EntryTypeCode _0619_1835
          Re-entry from the same school with no interruption of schooling ("1835")
static EntryTypeCode _0619_1836
          Re-entry after a voluntary withdrawal ("1836")
static EntryTypeCode _0619_1837
          Re-entry after an involuntary withdrawal ("1837")
static EntryTypeCode _0619_1838
          Original entry into a United States school ("1838")
static EntryTypeCode _0619_1839
          Original entry into a United States school from a foreign country with no interruption in schooling ("1839")
static EntryTypeCode _0619_1840
          Original entry into a United States school from a foreign country with an interruption in schooling ("1840")
static EntryTypeCode _0619_9999
          Other ("9999")
static EntryTypeCode ENTRY_D03
          Student has attended a non-Public School or Home Education Program in or out of state this year, but is entering a Public School in this state for the first time this school year ("D03")
static EntryTypeCode ENTRY_D04
          Student was received from another Attendance Reporting Unit in the same School ("D04")
static EntryTypeCode ENTRY_D05
          Student was received from a School in the same District ("D05")
static EntryTypeCode ENTRY_D06
          Student was received from another Public School outside the District either in or out of state ("D06")
static EntryTypeCode ENTRY_D07
          Student was received from a non-Public School either in or out of the District or has returned after having been enrolled in a Home Education Program; the student must have been enrolled previously in a Public School this year ("D07")
static EntryTypeCode ENTRY_D08
          Student unexpectedly re-entered the same school after withdrawing or being discharged ("D08")
static EntryTypeCode ENTRY_D22
          Student has not entered any school in this or any other state this school year ("D22")
static EntryTypeCode ENTRY_D23
          Previously attended out-of-state public school this year, but is entering a public school in this state for the first time this school year ("D23")
 
Method Summary
static EntryTypeCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an EntryTypeCode 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

ENTRY_D05

public static final EntryTypeCode ENTRY_D05
Student was received from a School in the same District ("D05")


_0619_1821

public static final EntryTypeCode _0619_1821
Transfer from a public school in the same local education agency ("1821")


ENTRY_D04

public static final EntryTypeCode ENTRY_D04
Student was received from another Attendance Reporting Unit in the same School ("D04")


ENTRY_D03

public static final EntryTypeCode ENTRY_D03
Student has attended a non-Public School or Home Education Program in or out of state this year, but is entering a Public School in this state for the first time this school year ("D03")


_0619_1839

public static final EntryTypeCode _0619_1839
Original entry into a United States school from a foreign country with no interruption in schooling ("1839")


_0619_1838

public static final EntryTypeCode _0619_1838
Original entry into a United States school ("1838")


_0619_1837

public static final EntryTypeCode _0619_1837
Re-entry after an involuntary withdrawal ("1837")


_0619_1836

public static final EntryTypeCode _0619_1836
Re-entry after a voluntary withdrawal ("1836")


_0619_1835

public static final EntryTypeCode _0619_1835
Re-entry from the same school with no interruption of schooling ("1835")


_0619_1834

public static final EntryTypeCode _0619_1834
Matriculation from another school ("1834")


_0619_1833

public static final EntryTypeCode _0619_1833
Transfer from home schooling ("1833")


_0619_1832

public static final EntryTypeCode _0619_1832
Transfer from a charter school ("1832")


_0619_1831

public static final EntryTypeCode _0619_1831
Transfer from an institution ("1831")


_0619_1830

public static final EntryTypeCode _0619_1830
Transfer from a school outside of the country ("1830")


_0619_1840

public static final EntryTypeCode _0619_1840
Original entry into a United States school from a foreign country with an interruption in schooling ("1840")


ENTRY_D23

public static final EntryTypeCode ENTRY_D23
Previously attended out-of-state public school this year, but is entering a public school in this state for the first time this school year ("D23")


ENTRY_D22

public static final EntryTypeCode ENTRY_D22
Student has not entered any school in this or any other state this school year ("D22")


_0619_1829

public static final EntryTypeCode _0619_1829
Transfer from a private, religiously-affiliated school in a different state ("1829")


_0619_1828

public static final EntryTypeCode _0619_1828
Transfer from a private, religiously-affiliated school in a different local education agency in the same state ("1828")


_0619_1827

public static final EntryTypeCode _0619_1827
Transfer from a private, religiously-affiliated school in the same local education agency ("1827")


_0619_1826

public static final EntryTypeCode _0619_1826
Transfer from a private, non-religiously-affiliated school in a different state ("1826")


_0619_1825

public static final EntryTypeCode _0619_1825
Transfer from a private, non-religiously-affiliated school in a different local education agency in the same state ("1825")


_0619_1824

public static final EntryTypeCode _0619_1824
Transfer from a private, non-religiously-affiliated school in the same local education agency ("1824")


ENTRY_D08

public static final EntryTypeCode ENTRY_D08
Student unexpectedly re-entered the same school after withdrawing or being discharged ("D08")


_0619_9999

public static final EntryTypeCode _0619_9999
Other ("9999")


_0619_1823

public static final EntryTypeCode _0619_1823
Transfer from a public school in a different state ("1823")


ENTRY_D07

public static final EntryTypeCode ENTRY_D07
Student was received from a non-Public School either in or out of the District or has returned after having been enrolled in a Home Education Program; the student must have been enrolled previously in a Public School this year ("D07")


_0619_1822

public static final EntryTypeCode _0619_1822
Transfer from a public school in a different local education agency in the same state ("1822")


ENTRY_D06

public static final EntryTypeCode ENTRY_D06
Student was received from another Public School outside the District either in or out of state ("D06")

Method Detail

wrap

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