Uses of Class
blackboard.data.course.Course.Enrollment

Packages that use Course.Enrollment
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
 

Uses of Course.Enrollment in blackboard.data.course
 

Fields in blackboard.data.course declared as Course.Enrollment
static Course.Enrollment Course.Enrollment.DEFAULT
           
static Course.Enrollment Course.Enrollment.EMAIL_ENROLLMENT
          Instructors have the ability to enroll users, and students can email requests to the instructor for enrollment
static Course.Enrollment Course.Enrollment.INSTRUCTOR_LED
          Enrollment tasks for the course can only performed by the instructor
static Course.Enrollment Course.Enrollment.SELF_ENROLLMENT
          Instructors have the ability to enroll users, and students can also enroll themselves in the course
 

Methods in blackboard.data.course that return Course.Enrollment
static Course.Enrollment Course.Enrollment.fromExternalString(java.lang.String externalString)
          Returns the Course.Enrollment element specified by the externalString.
 Course.Enrollment Course.getEnrollmentType()
          Returns the enrollment type for this Course.
static Course.Enrollment[] Course.Enrollment.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.data.course with parameters of type Course.Enrollment
 void Course.setEnrollmentType(Course.Enrollment eEnrollmentType)
          Sets the enrollment type for this Course.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.