com.edustructures.sifworks.student
Class IncidentLocationType

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

public class IncidentLocationType
extends SIFEnum

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

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static IncidentLocationType ADMIN_OFFICES
          Administrative offices area ("3012")
static IncidentLocationType AUDITORIUM
          Auditorium ("3020")
static IncidentLocationType BUS_STOP
          Bus stop ("3027")
static IncidentLocationType CAFETERIA
          Cafeteria area ("3013")
static IncidentLocationType CLASSROOM
          Classroom ("3014")
static IncidentLocationType COMPUTER_LAB
          Computer lab ("3019")
static IncidentLocationType FIELD_PLAYGROUND
          Athletic field or playground ("3022")
static IncidentLocationType HALLWAY_STAIRS
          Hallway or stairs ("3015")
static IncidentLocationType LIBRARY
          Library/media center ("3018")
static IncidentLocationType LOCKER_ROOM_GYM
          Locker room or gym areas ("3016")
static IncidentLocationType OFF_CAMPUS
          Off campus ("3026")
static IncidentLocationType ON_CAMPUS
          On campus ("3011")
static IncidentLocationType OTHER_DISTRICT_FACILITY
          Other school district facility ("3031")
static IncidentLocationType OTHER_INSIDE
          Other inside area ("3021")
static IncidentLocationType OTHER_OUTSIDE
          Other outside area ("3025")
static IncidentLocationType OTHER_SCHOOL
          Other school ("3030")
static IncidentLocationType PARKING_LOT
          Parking lot ("3024")
static IncidentLocationType RESTROOM
          Restroom ("3017")
static IncidentLocationType SCHOOL_BUS
          School bus ("3028")
static IncidentLocationType STADIUM
          Stadium ("3023")
static IncidentLocationType TO_FROM_SCHOOL
          Walking to or from school ("3029")
static IncidentLocationType UNKNOWN
          Unknown ("9997")
 
Method Summary
static IncidentLocationType wrap(java.lang.String value)
          Wrap an arbitrary string value in an IncidentLocationType 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

AUDITORIUM

public static final IncidentLocationType AUDITORIUM
Auditorium ("3020")


RESTROOM

public static final IncidentLocationType RESTROOM
Restroom ("3017")


OTHER_SCHOOL

public static final IncidentLocationType OTHER_SCHOOL
Other school ("3030")


BUS_STOP

public static final IncidentLocationType BUS_STOP
Bus stop ("3027")


SCHOOL_BUS

public static final IncidentLocationType SCHOOL_BUS
School bus ("3028")


OTHER_OUTSIDE

public static final IncidentLocationType OTHER_OUTSIDE
Other outside area ("3025")


LIBRARY

public static final IncidentLocationType LIBRARY
Library/media center ("3018")


LOCKER_ROOM_GYM

public static final IncidentLocationType LOCKER_ROOM_GYM
Locker room or gym areas ("3016")


OFF_CAMPUS

public static final IncidentLocationType OFF_CAMPUS
Off campus ("3026")


OTHER_INSIDE

public static final IncidentLocationType OTHER_INSIDE
Other inside area ("3021")


FIELD_PLAYGROUND

public static final IncidentLocationType FIELD_PLAYGROUND
Athletic field or playground ("3022")


HALLWAY_STAIRS

public static final IncidentLocationType HALLWAY_STAIRS
Hallway or stairs ("3015")


STADIUM

public static final IncidentLocationType STADIUM
Stadium ("3023")


TO_FROM_SCHOOL

public static final IncidentLocationType TO_FROM_SCHOOL
Walking to or from school ("3029")


CAFETERIA

public static final IncidentLocationType CAFETERIA
Cafeteria area ("3013")


ON_CAMPUS

public static final IncidentLocationType ON_CAMPUS
On campus ("3011")


OTHER_DISTRICT_FACILITY

public static final IncidentLocationType OTHER_DISTRICT_FACILITY
Other school district facility ("3031")


CLASSROOM

public static final IncidentLocationType CLASSROOM
Classroom ("3014")


PARKING_LOT

public static final IncidentLocationType PARKING_LOT
Parking lot ("3024")


COMPUTER_LAB

public static final IncidentLocationType COMPUTER_LAB
Computer lab ("3019")


ADMIN_OFFICES

public static final IncidentLocationType ADMIN_OFFICES
Administrative offices area ("3012")


UNKNOWN

public static final IncidentLocationType UNKNOWN
Unknown ("9997")

Method Detail

wrap

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