|
||||||||||
| 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.common.SessionTypeCode
public class SessionTypeCode
Defines the set of values that can be specified whenever a SessionTypeCode
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 SessionTypeCode object.
| Field Summary | |
|---|---|
static SessionTypeCode |
FULL_YEAR
Full school year ("0827") |
static SessionTypeCode |
INTERSESSION
Intersession ("0834") |
static SessionTypeCode |
LONG_SESSION
Long session ("0835") |
static SessionTypeCode |
MINI_TERM
Mini-term ("0832") |
static SessionTypeCode |
OTHER
Other ("9999") |
static SessionTypeCode |
QUARTER
Quarter ("0830") |
static SessionTypeCode |
QUINMESTER
Quinmester ("0831") |
static SessionTypeCode |
SEMESTER
Semester ("0828") |
static SessionTypeCode |
SIF1X_FULL_YEAR
Full school year--A regular school term consisting of no major subdivision of time segments. |
static SessionTypeCode |
SIF1X_INTERSESSION
Intersession--A short session which occurs between longer sessions. |
static SessionTypeCode |
SIF1X_LONG_SESSION
Long session--A session that is longer than a semester but shorter than a full year. |
static SessionTypeCode |
SIF1X_MINI_TERM
Mini-term--A school term which is shorter than a regular session. |
static SessionTypeCode |
SIF1X_OTHER
Other ("99") |
static SessionTypeCode |
SIF1X_QUARTER
Quarter--One of four equal segments into which a school year is divided. |
static SessionTypeCode |
SIF1X_QUINMESTER
Quinmester--One of five equal segments into which a school year is divided. |
static SessionTypeCode |
SIF1X_SEMESTER
Semester--One of two equal segments into which a school year is divided. |
static SessionTypeCode |
SIF1X_SUMMER_TERM
Summer term--A school term which takes place in the summer between two regular school terms. |
static SessionTypeCode |
SIF1X_TRIMESTER
Trimester--One of three equal segments into which a school year is divided. |
static SessionTypeCode |
SIF1X_TWELVE_MONTH
Twelve month--An educational program that operates throughout the year. |
static SessionTypeCode |
SUMMER_TERM
Summer term ("0833") |
static SessionTypeCode |
TRIMESTER
Trimester ("0829") |
static SessionTypeCode |
TWELVE_MONTH
Twelve month ("0837") |
| Method Summary | |
|---|---|
static SessionTypeCode |
wrap(java.lang.String value)
Wrap an arbitrary string value in a SessionTypeCode 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 SessionTypeCode TRIMESTER
public static final SessionTypeCode QUARTER
public static final SessionTypeCode SIF1X_SUMMER_TERM
public static final SessionTypeCode LONG_SESSION
public static final SessionTypeCode SIF1X_FULL_YEAR
public static final SessionTypeCode SIF1X_MINI_TERM
public static final SessionTypeCode SIF1X_OTHER
public static final SessionTypeCode SIF1X_SEMESTER
public static final SessionTypeCode SIF1X_TWELVE_MONTH
public static final SessionTypeCode SUMMER_TERM
public static final SessionTypeCode SEMESTER
public static final SessionTypeCode INTERSESSION
public static final SessionTypeCode SIF1X_TRIMESTER
public static final SessionTypeCode SIF1X_QUARTER
public static final SessionTypeCode SIF1X_INTERSESSION
public static final SessionTypeCode TWELVE_MONTH
public static final SessionTypeCode FULL_YEAR
public static final SessionTypeCode MINI_TERM
public static final SessionTypeCode SIF1X_QUINMESTER
public static final SessionTypeCode OTHER
public static final SessionTypeCode QUINMESTER
public static final SessionTypeCode SIF1X_LONG_SESSION
| Method Detail |
|---|
public static SessionTypeCode 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 | |||||||||