blackboard.data.course
Class Course.Pace

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.data.course.Course.Pace
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Course

public static final class Course.Pace
extends BbEnum

Defines the intended educational pace set for this course. This is simply a descriptive attribute and does not affect any system behaviors.

See Also:
Serialized Form

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, readResolve, toExternalString, toFieldName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTRUCTOR_LED

public static final Course.Pace INSTRUCTOR_LED
Course is intended to be led by an instructor.


SELF_PACED

public static final Course.Pace SELF_PACED
Students use the course at their own speed.


DEFAULT

public static final Course.Pace DEFAULT
Default is INSTRUCTOR_LED

Method Detail

getValues

public static Course.Pace[] getValues()
Returns an array of all of the elements in this enumeration.


fromExternalString

public static Course.Pace fromExternalString(java.lang.String externalString)
                                      throws java.lang.IllegalArgumentException
Returns the Course.Pace element specified by the externalString.

Throws:
java.lang.IllegalArgumentException - if the given string is not an external representation of one of the elements this enumeration class.


Copyright © 2003 Blackboard, Inc. All Rights Reserved.