|
||||||||||
| 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.EmploymentStatus
public class EmploymentStatus
Defines the set of values that can be specified whenever an EmploymentStatus
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 EmploymentStatus object.
| Field Summary | |
|---|---|
static EmploymentStatus |
CONTIGENT_UPON_FUNDING
Contigent upon funding ("1384") |
static EmploymentStatus |
CONTRACTUAL
Contractual ("1379") |
static EmploymentStatus |
NON_CONTRACTUAL
Non-contractual ("1385") |
static EmploymentStatus |
OTHER_STATUS
Other employment status ("1386") |
static EmploymentStatus |
OUTSIDE
Employed or affiliated with outside organization ("1383") |
static EmploymentStatus |
PROBATIONARY
Probationary ("1378") |
static EmploymentStatus |
SUBSTITUTE_TEMPORARY
Substitute/temporary ("1380") |
static EmploymentStatus |
TENURED_OR_PERMANENT
Tenured or permanent ("1381") |
static EmploymentStatus |
VOLUNTEER_NO_CONTRACT
Volunteer/no contract ("1382") |
| Method Summary | |
|---|---|
static EmploymentStatus |
wrap(java.lang.String value)
Wrap an arbitrary string value in an EmploymentStatus 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 EmploymentStatus NON_CONTRACTUAL
public static final EmploymentStatus PROBATIONARY
public static final EmploymentStatus CONTIGENT_UPON_FUNDING
public static final EmploymentStatus OUTSIDE
public static final EmploymentStatus VOLUNTEER_NO_CONTRACT
public static final EmploymentStatus OTHER_STATUS
public static final EmploymentStatus TENURED_OR_PERMANENT
public static final EmploymentStatus SUBSTITUTE_TEMPORARY
public static final EmploymentStatus CONTRACTUAL
| Method Detail |
|---|
public static EmploymentStatus 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 | |||||||||