Uses of Class
blackboard.data.navigation.CourseToc.Target

Packages that use CourseToc.Target
blackboard.data.navigation   
 

Uses of CourseToc.Target in blackboard.data.navigation
 

Fields in blackboard.data.navigation declared as CourseToc.Target
static CourseToc.Target CourseToc.Target.APPLICATION
          Toc is a pointer to an application (built in application or system extension)
static CourseToc.Target CourseToc.Target.CONTENT
          Toc is a pointer to a content folder defined within the course
static CourseToc.Target CourseToc.Target.DEFAULT
           
static CourseToc.Target CourseToc.Target.LINK
          Toc is a link to another entity defined within the course
static CourseToc.Target CourseToc.Target.STAFF_INFO
          Toc is a pointer to a staff information folder defined within the course
static CourseToc.Target CourseToc.Target.URL
          Toc is a URL to some resource
 

Methods in blackboard.data.navigation that return CourseToc.Target
static CourseToc.Target CourseToc.Target.fromExternalString(java.lang.String externalString)
          Returns the CourseToc.Target element specified by the externalString .
 CourseToc.Target CourseToc.getTargetType()
          Returns the target type for this CourseToc.
static CourseToc.Target[] CourseToc.Target.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.data.navigation with parameters of type CourseToc.Target
 void CourseToc.setTargetType(CourseToc.Target eTargetType)
          Sets the target type for this CourseToc.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.