blackboard.data.course
Class Course.ServiceLevel

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

public static final class Course.ServiceLevel
extends BbEnum

See Also:
Serialized Form

Field Summary
static Course.ServiceLevel COMMUNITY
           
static Course.ServiceLevel DEFAULT
           
static Course.ServiceLevel FULL
           
static Course.ServiceLevel REGISTERED
           
static Course.ServiceLevel SYSTEM
           
static Course.ServiceLevel TEST_DRIVE
           
 
Method Summary
static Course.ServiceLevel fromExternalString(java.lang.String externalString)
          Returns the Course.ServiceLevel element specified by the externalString.
static Course.ServiceLevel[] 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

COMMUNITY

public static final Course.ServiceLevel COMMUNITY

FULL

public static final Course.ServiceLevel FULL

REGISTERED

public static final Course.ServiceLevel REGISTERED

TEST_DRIVE

public static final Course.ServiceLevel TEST_DRIVE

SYSTEM

public static final Course.ServiceLevel SYSTEM

DEFAULT

public static final Course.ServiceLevel DEFAULT
Method Detail

getValues

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


fromExternalString

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