blackboard.data.course
Class Course.Enrollment

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

public static final class Course.Enrollment
extends BbEnum

See Also:
Serialized Form

Field Summary
static Course.Enrollment DEFAULT
           
static Course.Enrollment EMAIL_ENROLLMENT
          Instructors have the ability to enroll users, and students can email requests to the instructor for enrollment
static Course.Enrollment INSTRUCTOR_LED
          Enrollment tasks for the course can only performed by the instructor
static Course.Enrollment SELF_ENROLLMENT
          Instructors have the ability to enroll users, and students can also enroll themselves in the course
 
Method Summary
static Course.Enrollment fromExternalString(java.lang.String externalString)
          Returns the Course.Enrollment element specified by the externalString.
static Course.Enrollment[] 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.Enrollment INSTRUCTOR_LED
Enrollment tasks for the course can only performed by the instructor


SELF_ENROLLMENT

public static final Course.Enrollment SELF_ENROLLMENT
Instructors have the ability to enroll users, and students can also enroll themselves in the course


EMAIL_ENROLLMENT

public static final Course.Enrollment EMAIL_ENROLLMENT
Instructors have the ability to enroll users, and students can email requests to the instructor for enrollment


DEFAULT

public static final Course.Enrollment DEFAULT
Method Detail

getValues

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


fromExternalString

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

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.