blackboard.data.course
Class Course.NavStyle

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.data.course.Course.NavStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Course

public static final class Course.NavStyle
extends BbEnum

Defines the navigation style for this course. In Release 6, the traditional buttons may be replaced with user-edited text labels.

Since:
Blarckboard 6
See Also:
Serialized Form

Field Summary
static Course.NavStyle BUTTON
          Blackboard 5.x style course buttons are used for the navigation menu.
static Course.NavStyle DEFAULT
          Default is TEXT
static Course.NavStyle TEXT
          User-edited text labels are used for course menu navigation.
 
Method Summary
static Course.NavStyle fromExternalString(java.lang.String externalString)
          Returns the Course.NavStyle element specified by the externalString .
static Course.NavStyle[] 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

BUTTON

public static final Course.NavStyle BUTTON
Blackboard 5.x style course buttons are used for the navigation menu.


TEXT

public static final Course.NavStyle TEXT
User-edited text labels are used for course menu navigation.


DEFAULT

public static final Course.NavStyle DEFAULT
Default is TEXT

Method Detail

getValues

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


fromExternalString

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