|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.data.course.Course.Duration
public static final class Course.Duration
Specifies the intended length of the course.
| Field Summary | |
|---|---|
static Course.Duration |
CONTINUOUS
Course is active on an ongoing basis. |
static Course.Duration |
DATE_RANGE
Course is only intended to be available between specific date ranges |
static Course.Duration |
DEFAULT
Default value, CONTINUOUS |
static Course.Duration |
FIXED_NUM_DAYS
Course is only available for a set number of days |
| Method Summary | |
|---|---|
static Course.Duration |
fromExternalString(java.lang.String externalString)
Returns the Course.Duration element specified by the externalString. |
static Course.Duration[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
|---|
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, readResolve, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Course.Duration CONTINUOUS
public static final Course.Duration DATE_RANGE
public static final Course.Duration FIXED_NUM_DAYS
public static final Course.Duration DEFAULT
CONTINUOUS
| Method Detail |
|---|
public static Course.Duration[] getValues()
public static Course.Duration fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||