|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--blackboard.base.BbEnum
|
+--blackboard.data.course.Course.Pace
Defines the intended educational pace set for this course. This is simply a descriptive attribute and does not affect any system behaviors.
| Field Summary | |
static Course.Pace |
DEFAULT
Default is INSTRUCTOR_LED |
static Course.Pace |
INSTRUCTOR_LED
Course is intended to be led by an instructor. |
static Course.Pace |
SELF_PACED
Students use the course at their own speed. |
| Method Summary | |
static Course.Pace |
fromExternalString(java.lang.String externalString)
Returns the Course.Pace element specified by the externalString. |
static Course.Pace[] |
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, 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.Pace INSTRUCTOR_LED
public static final Course.Pace SELF_PACED
public static final Course.Pace DEFAULT
INSTRUCTOR_LED
| Method Detail |
public static Course.Pace[] getValues()
public static Course.Pace 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 | ||||||||||