blackboard.cms.workflow
Class Workflow.Priority

java.lang.Object
  extended byblackboard.base.BbEnum
      extended byblackboard.cms.workflow.Workflow.Priority
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Workflow

public static final class Workflow.Priority
extends blackboard.base.BbEnum


Field Summary
static Workflow.Priority DEFAULT
           
static Workflow.Priority HIGH
           
static Workflow.Priority LOW
           
static Workflow.Priority NORMAL
           
 
Method Summary
 int compareTo(java.lang.Object aThat)
           
static Workflow.Priority fromExternalString(java.lang.String externalString)
          Returns the Workflow.Priority element specified by the externalString.
static Workflow.Priority[] getValues()
          Returns an array of all of the elements in this enumeration.
 
Methods inherited from class blackboard.base.BbEnum
defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, toExternalString, toFieldName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOW

public static final Workflow.Priority LOW

NORMAL

public static final Workflow.Priority NORMAL

HIGH

public static final Workflow.Priority HIGH

DEFAULT

public static final Workflow.Priority DEFAULT
Method Detail

getValues

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


fromExternalString

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

compareTo

public int compareTo(java.lang.Object aThat)


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.