blackboard.data.navigation
Class CourseToc.Target

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.data.navigation.CourseToc.Target
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
CourseToc

public static final class CourseToc.Target
extends BbEnum

See Also:
Serialized Form

Field Summary
static CourseToc.Target APPLICATION
          Toc is a pointer to an application (built in application or system extension)
static CourseToc.Target CONTENT
          Toc is a pointer to a content folder defined within the course
static CourseToc.Target DEFAULT
           
static CourseToc.Target LINK
          Toc is a link to another entity defined within the course
static CourseToc.Target STAFF_INFO
          Toc is a pointer to a staff information folder defined within the course
static CourseToc.Target URL
          Toc is a URL to some resource
 
Method Summary
static CourseToc.Target fromExternalString(java.lang.String externalString)
          Returns the CourseToc.Target element specified by the externalString .
static CourseToc.Target[] getValues()
          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

APPLICATION

public static final CourseToc.Target APPLICATION
Toc is a pointer to an application (built in application or system extension)


CONTENT

public static final CourseToc.Target CONTENT
Toc is a pointer to a content folder defined within the course


LINK

public static final CourseToc.Target LINK
Toc is a link to another entity defined within the course


STAFF_INFO

public static final CourseToc.Target STAFF_INFO
Toc is a pointer to a staff information folder defined within the course


URL

public static final CourseToc.Target URL
Toc is a URL to some resource


DEFAULT

public static final CourseToc.Target DEFAULT
Method Detail

getValues

public static CourseToc.Target[] getValues()
Returns an array of all of the elements in this enumeration.


fromExternalString

public static CourseToc.Target fromExternalString(java.lang.String externalString)
                                           throws java.lang.IllegalArgumentException
Returns the CourseToc.Target element specified by the externalString .

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.