|
||||||||||
| 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.gradebook.AuditInfoType
public class AuditInfoType
Defines the set of values that can be specified whenever an AuditInfoType
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 AuditInfoType object.
| Field Summary | |
|---|---|
static AuditInfoType |
NURSE
Nurse ("Nurse") |
static AuditInfoType |
OFFICE_STAFF
Office Staff ("Office Staff") |
static AuditInfoType |
OTHER
Other ("Other") |
static AuditInfoType |
PARENT
Parent ("Parent") |
static AuditInfoType |
SCHOOL_ADMIN
School Admin ("School Admin") |
static AuditInfoType |
TEACHER
Teacher ("Teacher") |
| Method Summary | |
|---|---|
static AuditInfoType |
wrap(java.lang.String value)
Wrap an arbitrary string value in an AuditInfoType 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 AuditInfoType OTHER
public static final AuditInfoType SCHOOL_ADMIN
public static final AuditInfoType NURSE
public static final AuditInfoType TEACHER
public static final AuditInfoType PARENT
public static final AuditInfoType OFFICE_STAFF
| Method Detail |
|---|
public static AuditInfoType 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 | |||||||||