|
||||||||||
| 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.profdev.TeachingCredentialType
public class TeachingCredentialType
Defines the set of values that can be specified whenever a TeachingCredentialType
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 TeachingCredentialType object.
| Field Summary | |
|---|---|
static TeachingCredentialType |
EMERGENCY
Emergency ("1229") |
static TeachingCredentialType |
INTERN
Intern ("1234") |
static TeachingCredentialType |
MASTER
Master ("1226") |
static TeachingCredentialType |
NONRENEWABLE
Nonrenewable ("1230") |
static TeachingCredentialType |
OTHER
Other ("9999") |
static TeachingCredentialType |
PROBATIONARY_INITIAL
Probationary/initial ("1223") |
static TeachingCredentialType |
PROFESSIONAL
Professional ("1225") |
static TeachingCredentialType |
PROVISIONAL
Provisional ("1224") |
static TeachingCredentialType |
REGULAR_STANDARD
Regular/standard ("1222") |
static TeachingCredentialType |
RETIRED
Retired ("1231") |
static TeachingCredentialType |
SPECIALIST
Specialist ("1227") |
static TeachingCredentialType |
SUBSTITUTE
Substitute ("1232") |
static TeachingCredentialType |
TEACHER_ASSISTANT
Teacher assistant ("1233") |
static TeachingCredentialType |
TEMPORARY
Temporary ("1228") |
| Method Summary | |
|---|---|
static TeachingCredentialType |
wrap(java.lang.String value)
Wrap an arbitrary string value in a TeachingCredentialType 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 TeachingCredentialType RETIRED
public static final TeachingCredentialType MASTER
public static final TeachingCredentialType PROFESSIONAL
public static final TeachingCredentialType OTHER
public static final TeachingCredentialType NONRENEWABLE
public static final TeachingCredentialType EMERGENCY
public static final TeachingCredentialType PROBATIONARY_INITIAL
public static final TeachingCredentialType SUBSTITUTE
public static final TeachingCredentialType PROVISIONAL
public static final TeachingCredentialType TEACHER_ASSISTANT
public static final TeachingCredentialType TEMPORARY
public static final TeachingCredentialType SPECIALIST
public static final TeachingCredentialType INTERN
public static final TeachingCredentialType REGULAR_STANDARD
| Method Detail |
|---|
public static TeachingCredentialType 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 | |||||||||