blackboard.data.content
Class CourseDocument.Type

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

Deprecated. This enumeration is superceded by Content.RenderType

public static final class CourseDocument.Type
extends BbEnum

Used as an indicator to control how a content object is defined within the system.

See Also:
Serialized Form

Field Summary
static CourseDocument.Type CONTENT
          Deprecated.  
static CourseDocument.Type DEFAULT
          Deprecated.  
static CourseDocument.Type FILE_ONLY_LESSON
          Deprecated.  
static CourseDocument.Type LESSON
          Deprecated.  
 
Method Summary
static CourseDocument.Type fromExternalString(java.lang.String externalString)
          Deprecated. Returns the CourseDocument.Type element specified by the externalString .
static CourseDocument.Type[] 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

CONTENT

public static final CourseDocument.Type CONTENT
Deprecated. 

LESSON

public static final CourseDocument.Type LESSON
Deprecated. 

FILE_ONLY_LESSON

public static final CourseDocument.Type FILE_ONLY_LESSON
Deprecated. 

DEFAULT

public static final CourseDocument.Type DEFAULT
Deprecated. 
Method Detail

getValues

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


fromExternalString

public static CourseDocument.Type fromExternalString(java.lang.String externalString)
                                              throws java.lang.IllegalArgumentException
Deprecated. 
Returns the CourseDocument.Type 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.