|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.data.content.CourseDocument.Area
CourseToc objects are used, which point
to different top level folders
public static final class CourseDocument.Area
Enumeration of the available content areas within a course. Despite having user-defined names, the content areas are always fixed with an internal handle.
| 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 |
|---|
public static final CourseDocument.Area COURSE_INFORMATION
public static final CourseDocument.Area COURSE_DOCUMENTS
public static final CourseDocument.Area COURSE_ASSIGNMENTS
public static final CourseDocument.Area COURSE_BOOKS
public static final CourseDocument.Area CONTENT_AREA_1
COURSE_INFORMATION
public static final CourseDocument.Area CONTENT_AREA_2
COURSE_DOCUMENTS
public static final CourseDocument.Area CONTENT_AREA_3
COURSE_ASSIGNMENTS
public static final CourseDocument.Area CONTENT_AREA_4
COURSE_BOOKS
public static final CourseDocument.Area DEFAULT
| Method Detail |
|---|
public static CourseDocument.Area[] getValues()
public static CourseDocument.Area fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString
.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||