Uses of Class
blackboard.base.BbEnum

Packages that use BbEnum
blackboard.base Provides common classes and utility classes used throughout the platform API.  
blackboard.data Provides the base classes for the persistence layer of platform API.  
blackboard.data.announcement Provides classes used to store "announcements" in the Blackboard system. 
blackboard.data.calendar Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. 
blackboard.data.content Provides the classes used to store course content in Blackboard.  
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard.  
blackboard.data.gradebook Provides the public implementation classes for Gradebook subsystem.  
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard.  
 

Uses of BbEnum in blackboard.base
 

Subclasses of BbEnum in blackboard.base
static class FormattedText.Type
          Enumeration class to specify possible text formats.
static class GenericFieldFilter.Comparison
           
 

Methods in blackboard.base that return BbEnum
static BbEnum[] BbEnum.getValues(java.lang.Class enumClass)
          Returns an array of all of the elements in the target enumeration class specified by enumClass.
static BbEnum BbEnum.fromExternalString(java.lang.String externalString, java.lang.Class enumClass)
          Returns the BbEnum element specified by the externalString in the target enumeration class, enumClass.
static BbEnum BbEnum.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass)
          Returns the BbEnum element specified by the fieldName in the target enumeration class, enumClass.
static BbEnum BbEnum.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass, boolean returnDefault)
          Returns the BbEnum element specified by the fieldName in the target enumeration class, enumClass.
protected static BbEnum BbEnum.defineDefault(BbEnum element)
          Sets the default object for the enumeration.
protected static BbEnum BbEnum.defineAlias(BbEnum element)
          Define a value as a pointer to another value.
static BbEnum BbEnum.getDefaultElement(java.lang.Class enumClass)
          Returns the first element in the enumeration where isDefault() is true.
 

Methods in blackboard.base with parameters of type BbEnum
protected static BbEnum BbEnum.defineDefault(BbEnum element)
          Sets the default object for the enumeration.
protected static BbEnum BbEnum.defineAlias(BbEnum element)
          Define a value as a pointer to another value.
 

Uses of BbEnum in blackboard.data
 

Subclasses of BbEnum in blackboard.data
static class BbAttribute.Type
           
 

Methods in blackboard.data that return BbEnum
 BbEnum BbAttributes.getBbEnum(java.lang.String strName)
          Get the BbEnum value associated with given attribute name.
 

Methods in blackboard.data with parameters of type BbEnum
 void BbAttributes.setBbEnum(java.lang.String strName, BbEnum val)
          Sets the value of the attribute with the given name ("key") to the provided BbEnum value.
 

Constructors in blackboard.data with parameters of type BbEnum
BbAttribute(java.lang.String strName, BbEnum val, BbAttributes parent)
          Initialization with BbEnum.
 

Uses of BbEnum in blackboard.data.announcement
 

Subclasses of BbEnum in blackboard.data.announcement
static class Announcement.Type
          Enumeration for defining the different kinds of announcement that Blackboard supports.
 

Uses of BbEnum in blackboard.data.calendar
 

Subclasses of BbEnum in blackboard.data.calendar
static class CalendarEntry.Type
          Enumeration of the types of calendar events supported by the Blackboard Calendar tool.
 

Uses of BbEnum in blackboard.data.content
 

Subclasses of BbEnum in blackboard.data.content
static class ChildFile.Action
           
static class Content.RenderType
          Class to encapsulate the hints used by the renderers.
static class ContentFile.Action
          Type-safe enumeration of possible values for the Action attribute of a file.
static class CourseDocument.Area
          Deprecated. Content areas are no longer used within the course environment. Instead, CourseToc objects are used, which point to different top level folders
static class CourseDocument.Type
          Deprecated. This enumeration is superceded by Content.RenderType
static class CourseUpload.Status
          Status
static class Link.ReferredToType
           
static class Link.ReferrerType
           
static class UploadedFile.Action
          Type-safe enumeration of possible values for the Action attribute of a file.
 

Uses of BbEnum in blackboard.data.course
 

Subclasses of BbEnum in blackboard.data.course
static class Course.Duration
          Specifies the intended length of the course.
static class Course.Enrollment
           
static class Course.NavStyle
          Defines the navigation style for this course.
static class Course.Pace
          Defines the intended educational pace set for this course.
static class Course.ServiceLevel
           
static class CourseMembership.Role
           
 

Uses of BbEnum in blackboard.data.gradebook
 

Subclasses of BbEnum in blackboard.data.gradebook
 class ReportingPeriod
          The ReportingPeriod class provides a reporting period of a course.
 

Uses of BbEnum in blackboard.data.user
 

Subclasses of BbEnum in blackboard.data.user
static class User.EducationLevel
          Enumeration to capture standard education level.
static class User.Gender
          Enumeration for reflecting user's gender
static class User.InstRole
          An enumeration describing the institution roles used in the Portal.
static class User.SystemRole
          An enumeration for System Roles assigned to users in the system.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.