|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CourseDocument.Type | |
|---|---|
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| Uses of CourseDocument.Type in blackboard.data.content |
|---|
| Fields in blackboard.data.content declared as CourseDocument.Type | |
|---|---|
static CourseDocument.Type |
CourseDocument.Type.CONTENT
Deprecated. |
static CourseDocument.Type |
CourseDocument.Type.DEFAULT
Deprecated. |
static CourseDocument.Type |
CourseDocument.Type.FILE_ONLY_LESSON
Deprecated. |
static CourseDocument.Type |
CourseDocument.Type.LESSON
Deprecated. |
| Methods in blackboard.data.content that return CourseDocument.Type | |
|---|---|
static CourseDocument.Type |
CourseDocument.Type.fromExternalString(java.lang.String externalString)
Deprecated. Returns the CourseDocument.Type element specified by the externalString
. |
CourseDocument.Type |
CourseDocument.getType()
Deprecated. This attribute is no longer used in Blackboard 6. null
will be returned. |
static CourseDocument.Type[] |
CourseDocument.Type.getValues()
Deprecated. Returns an array of all of the elements in this enumeration. |
| Methods in blackboard.data.content with parameters of type CourseDocument.Type | |
|---|---|
void |
CourseDocument.setType(CourseDocument.Type eType)
Deprecated. This attribute is no longer used in Blackboard 6. This method will be a no-op. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||