|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.student.IncidentLocationType
public class IncidentLocationType
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.
| 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 |
|---|
public static final IncidentLocationType AUDITORIUM
public static final IncidentLocationType RESTROOM
public static final IncidentLocationType OTHER_SCHOOL
public static final IncidentLocationType BUS_STOP
public static final IncidentLocationType SCHOOL_BUS
public static final IncidentLocationType OTHER_OUTSIDE
public static final IncidentLocationType LIBRARY
public static final IncidentLocationType LOCKER_ROOM_GYM
public static final IncidentLocationType OFF_CAMPUS
public static final IncidentLocationType OTHER_INSIDE
public static final IncidentLocationType FIELD_PLAYGROUND
public static final IncidentLocationType HALLWAY_STAIRS
public static final IncidentLocationType STADIUM
public static final IncidentLocationType TO_FROM_SCHOOL
public static final IncidentLocationType CAFETERIA
public static final IncidentLocationType ON_CAMPUS
public static final IncidentLocationType OTHER_DISTRICT_FACILITY
public static final IncidentLocationType CLASSROOM
public static final IncidentLocationType PARKING_LOT
public static final IncidentLocationType COMPUTER_LAB
public static final IncidentLocationType ADMIN_OFFICES
public static final IncidentLocationType UNKNOWN
| Method Detail |
|---|
public static IncidentLocationType wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||