|
||||||||||
| 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.SafetyTimeType
public class SafetyTimeType
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.
| 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 |
|---|
public static final SafetyTimeType _999
public static final SafetyTimeType _200
public static final SafetyTimeType _150
public static final SafetyTimeType _120
public static final SafetyTimeType _300
public static final SafetyTimeType _220
public static final SafetyTimeType _197
public static final SafetyTimeType _140
public static final SafetyTimeType _110
public static final SafetyTimeType _320
public static final SafetyTimeType _210
public static final SafetyTimeType _130
public static final SafetyTimeType _397
public static final SafetyTimeType _100
public static final SafetyTimeType _310
| Method Detail |
|---|
public static SafetyTimeType 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 | |||||||||