com.edustructures.sifworks.programs
Class StudentParticipationType

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

public class StudentParticipationType
extends SIFEnum

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

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

Field Summary
static StudentParticipationType BEHAVIOR_DISORDER
          BehaviorDisorder ("BehaviorDisorder")
static StudentParticipationType CORRECTIONAL
          Correctional ("Correctional")
static StudentParticipationType ESL
          ESL ("ESL")
static StudentParticipationType EVENSTART
          EvenStart ("EvenStart")
static StudentParticipationType GIFTED_TALENTED
          GiftedTalented ("GiftedTalented")
static StudentParticipationType HEADSTART
          HeadStart ("HeadStart")
static StudentParticipationType IDEA_B
          IDEA-B ("IDEA-B")
static StudentParticipationType IDEA_C
          IDEA-C ("IDEA-C")
static StudentParticipationType LIT
          LIT ("LIT")
static StudentParticipationType MIGRANT
          Migrant ("Migrant")
static StudentParticipationType OTHER
          Other ("Other")
static StudentParticipationType SECTION504
          Section504 ("Section504")
static StudentParticipationType TITLE1
          Title1 ("Title1")
static StudentParticipationType VOCATIONAL
          Vocational ("Vocational")
 
Method Summary
static StudentParticipationType wrap(java.lang.String value)
          Wrap an arbitrary string value in a StudentParticipationType 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

IDEA_C

public static final StudentParticipationType IDEA_C
IDEA-C ("IDEA-C")


IDEA_B

public static final StudentParticipationType IDEA_B
IDEA-B ("IDEA-B")


SECTION504

public static final StudentParticipationType SECTION504
Section504 ("Section504")


OTHER

public static final StudentParticipationType OTHER
Other ("Other")


LIT

public static final StudentParticipationType LIT
LIT ("LIT")


EVENSTART

public static final StudentParticipationType EVENSTART
EvenStart ("EvenStart")


CORRECTIONAL

public static final StudentParticipationType CORRECTIONAL
Correctional ("Correctional")


VOCATIONAL

public static final StudentParticipationType VOCATIONAL
Vocational ("Vocational")


HEADSTART

public static final StudentParticipationType HEADSTART
HeadStart ("HeadStart")


BEHAVIOR_DISORDER

public static final StudentParticipationType BEHAVIOR_DISORDER
BehaviorDisorder ("BehaviorDisorder")


GIFTED_TALENTED

public static final StudentParticipationType GIFTED_TALENTED
GiftedTalented ("GiftedTalented")


MIGRANT

public static final StudentParticipationType MIGRANT
Migrant ("Migrant")


ESL

public static final StudentParticipationType ESL
ESL ("ESL")


TITLE1

public static final StudentParticipationType TITLE1
Title1 ("Title1")

Method Detail

wrap

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