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.discussionboard   
blackboard.data.navigation   
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard. 
blackboard.platform.intl   
 

Uses of BbEnum in blackboard.base
 

Subclasses of BbEnum in blackboard.base
 class BbLabeledEnum
          Base enumeration class for enumerations that are used to supply UI-visible labels.
static class FormattedText.Type
          Enumeration class to specify possible text formats.
static class ListFilter.Comparison
           
 

Methods in blackboard.base that return BbEnum
protected static BbEnum BbEnum.defineAlias(BbEnum element)
          Define a value as a pointer to another value.
protected static BbEnum BbEnum.defineDefault(BbEnum element)
          Sets the default object for the enumeration.
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.
static BbEnum BbEnum.getDefaultElement(java.lang.Class enumClass)
          Returns the first element in the enumeration where isDefault() is true.
static BbEnum[] BbEnum.getValues(java.lang.Class enumClass)
          Returns an array of all of the elements in the target enumeration class specified by enumClass.
 

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

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.
 

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 different 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 AbstractContentFile.StorageType
          Type-safe enumeration of possible values for the StorageType attribute of a file.
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.discussionboard
 

Subclasses of BbEnum in blackboard.data.discussionboard
static class ConferenceOwner.OwnerType
          Enumeration for Conference Owner Currently we have COURSE, GROUP, MODULE, TAB, SYSTEM
static class Message.MessageLifecycle
          Enumeration for reflecting user forum role A normal user will have a null value in the role A blocked user will be a READER A moderator will be a MODERATOR We can add additional roles in this later
static class UserForumSettings.ForumRole
          Enumeration for reflecting user forum role A normal user will have a null value in the role A blocked user will be a READER A moderator will be a MODERATOR We can add additioal roles in this later
 

Uses of BbEnum in blackboard.data.navigation
 

Subclasses of BbEnum in blackboard.data.navigation
static class CourseToc.Target
           
 

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
          Deprecated.  
static class User.SystemRole
          An enumeration for System Roles assigned to users in the system.
 

Methods in blackboard.data.user that return BbEnum
static BbEnum User.InstRole.fromExternalString(java.lang.String externalString, java.lang.Class enumClass)
          Deprecated.  
static BbEnum User.InstRole.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass)
          Deprecated.  
static BbEnum User.SystemRole.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass)
           
static BbEnum User.InstRole.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass, boolean returnDefault)
          Deprecated. Returns the User.InstRole element specified by the fieldName.
static BbEnum User.SystemRole.fromFieldName(java.lang.String fieldName, java.lang.Class enumClass, boolean returnDefault)
          Returns the User.SystemRole element specified by the fieldName.
 

Uses of BbEnum in blackboard.platform.intl
 

Subclasses of BbEnum in blackboard.platform.intl
static class BbLocale.Date
          Date
static class BbLocale.Name
          Name
static class BbLocale.Time
          Time
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.