blackboard.cms.workflow
Class Workflow.Priority
java.lang.Object
blackboard.base.BbEnum
blackboard.cms.workflow.Workflow.Priority
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- Workflow
public static final class Workflow.Priority
- extends blackboard.base.BbEnum
- See Also:
- Serialized Form
| Methods inherited from class blackboard.base.BbEnum |
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 |
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
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)
- Specified by:
compareTo in interface java.lang.Comparable- Overrides:
compareTo in class blackboard.base.BbEnum
Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.