|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Course.Pace | |
| blackboard.data.course | Provides the classes used to interact with course definitions in Blackboard. |
| Uses of Course.Pace in blackboard.data.course |
| Fields in blackboard.data.course declared as Course.Pace | |
static Course.Pace |
Course.Pace.INSTRUCTOR_LED
Course is intended to be led by an instructor. |
static Course.Pace |
Course.Pace.SELF_PACED
Students use the course at their own speed. |
static Course.Pace |
Course.Pace.DEFAULT
Default is INSTRUCTOR_LED |
| Methods in blackboard.data.course that return Course.Pace | |
Course.Pace |
Course.getPaceType()
Returns the pace type for this Course. |
static Course.Pace[] |
Course.Pace.getValues()
Returns an array of all of the elements in this enumeration. |
static Course.Pace |
Course.Pace.fromExternalString(java.lang.String externalString)
Returns the Course.Pace element specified by the externalString. |
| Methods in blackboard.data.course with parameters of type Course.Pace | |
void |
Course.setPaceType(Course.Pace ePaceType)
Sets the pace type for this Course. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||