blackboard.data.content
Class CourseDocument.Area

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.data.content.CourseDocument.Area
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
CourseDocument

Deprecated. Content areas are no longer used within the course environment. Instead, CourseToc objects are used, which point to different top level folders

public static final class CourseDocument.Area
extends BbEnum

Enumeration of the available content areas within a course. Despite having user-defined names, the content areas are always fixed with an internal handle.

See Also:
Serialized Form

Field Summary
static CourseDocument.Area CONTENT_AREA_1
          Deprecated. co1 -- same as COURSE_INFORMATION
static CourseDocument.Area CONTENT_AREA_2
          Deprecated. co2 -- same as COURSE_DOCUMENTS
static CourseDocument.Area CONTENT_AREA_3
          Deprecated. co3 -- same as COURSE_ASSIGNMENTS
static CourseDocument.Area CONTENT_AREA_4
          Deprecated. co4 -- same as COURSE_BOOKS
static CourseDocument.Area COURSE_ASSIGNMENTS
          Deprecated. co3
static CourseDocument.Area COURSE_BOOKS
          Deprecated. co4
static CourseDocument.Area COURSE_DOCUMENTS
          Deprecated. co2
static CourseDocument.Area COURSE_INFORMATION
          Deprecated. co1
static CourseDocument.Area DEFAULT
          Deprecated.  
 
Method Summary
static CourseDocument.Area fromExternalString(java.lang.String externalString)
          Deprecated. Returns the CourseDocument.Area element specified by the externalString .
static CourseDocument.Area[] getValues()
          Deprecated. 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

COURSE_INFORMATION

public static final CourseDocument.Area COURSE_INFORMATION
Deprecated. 
co1


COURSE_DOCUMENTS

public static final CourseDocument.Area COURSE_DOCUMENTS
Deprecated. 
co2


COURSE_ASSIGNMENTS

public static final CourseDocument.Area COURSE_ASSIGNMENTS
Deprecated. 
co3


COURSE_BOOKS

public static final CourseDocument.Area COURSE_BOOKS
Deprecated. 
co4


CONTENT_AREA_1

public static final CourseDocument.Area CONTENT_AREA_1
Deprecated. 
co1 -- same as COURSE_INFORMATION


CONTENT_AREA_2

public static final CourseDocument.Area CONTENT_AREA_2
Deprecated. 
co2 -- same as COURSE_DOCUMENTS


CONTENT_AREA_3

public static final CourseDocument.Area CONTENT_AREA_3
Deprecated. 
co3 -- same as COURSE_ASSIGNMENTS


CONTENT_AREA_4

public static final CourseDocument.Area CONTENT_AREA_4
Deprecated. 
co4 -- same as COURSE_BOOKS


DEFAULT

public static final CourseDocument.Area DEFAULT
Deprecated. 
Method Detail

getValues

public static CourseDocument.Area[] getValues()
Deprecated. 
Returns an array of all of the elements in this enumeration.


fromExternalString

public static CourseDocument.Area fromExternalString(java.lang.String externalString)
                                              throws java.lang.IllegalArgumentException
Deprecated. 
Returns the CourseDocument.Area element specified by the externalString .

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.