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

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

Uses of Course.Duration in blackboard.data.course
 

Fields in blackboard.data.course declared as Course.Duration
static Course.Duration Course.Duration.CONTINUOUS
          Course is active on an ongoing basis.
static Course.Duration Course.Duration.DATE_RANGE
          Course is only intended to be available between specific date ranges
static Course.Duration Course.Duration.FIXED_NUM_DAYS
          Course is only available for a set number of days
static Course.Duration Course.Duration.DEFAULT
          Default value, CONTINUOUS
 

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

Methods in blackboard.data.course with parameters of type Course.Duration
 void Course.setDurationType(Course.Duration eDurationType)
          Sets the duration type for this Course.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.