com.edustructures.sifworks.student
Class SafetyTimeType

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

public class SafetyTimeType
extends SIFEnum

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

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static SafetyTimeType _100
          During School Hours ("100")
static SafetyTimeType _110
          Before classes ("110")
static SafetyTimeType _120
          During class ("120")
static SafetyTimeType _130
          During passing ("130")
static SafetyTimeType _140
          During lunch/recess ("140")
static SafetyTimeType _150
          After classes ("150")
static SafetyTimeType _197
          Other time during school hours ("197")
static SafetyTimeType _200
          In Transit ("200")
static SafetyTimeType _210
          On the way to school ("210")
static SafetyTimeType _220
          On the way from school ("220")
static SafetyTimeType _300
          Outside School Hours ("300")
static SafetyTimeType _310
          School-sponsored activity ("310")
static SafetyTimeType _320
          Nonschool-sponsored activity ("320")
static SafetyTimeType _397
          Other ("397")
static SafetyTimeType _999
          Unknown ("999")
 
Method Summary
static SafetyTimeType wrap(java.lang.String value)
          Wrap an arbitrary string value in a SafetyTimeType 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

_999

public static final SafetyTimeType _999
Unknown ("999")


_200

public static final SafetyTimeType _200
In Transit ("200")


_150

public static final SafetyTimeType _150
After classes ("150")


_120

public static final SafetyTimeType _120
During class ("120")


_300

public static final SafetyTimeType _300
Outside School Hours ("300")


_220

public static final SafetyTimeType _220
On the way from school ("220")


_197

public static final SafetyTimeType _197
Other time during school hours ("197")


_140

public static final SafetyTimeType _140
During lunch/recess ("140")


_110

public static final SafetyTimeType _110
Before classes ("110")


_320

public static final SafetyTimeType _320
Nonschool-sponsored activity ("320")


_210

public static final SafetyTimeType _210
On the way to school ("210")


_130

public static final SafetyTimeType _130
During passing ("130")


_397

public static final SafetyTimeType _397
Other ("397")


_100

public static final SafetyTimeType _100
During School Hours ("100")


_310

public static final SafetyTimeType _310
School-sponsored activity ("310")

Method Detail

wrap

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