blackboard.cms.lrngobj
Class LOItem.Status

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.cms.lrngobj.LOItem.Status
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
LOItem

public static final class LOItem.Status
extends blackboard.base.BbEnum

See Also:
Serialized Form

Field Summary
static LOItem.Status APPROVED
           
static LOItem.Status DEFAULT
           
static LOItem.Status PENDING
           
static LOItem.Status REJECTED
           
 
Method Summary
static LOItem.Status fromExternalString(java.lang.String externalString)
          Returns the LOItem.Status element specified by the externalString.
static LOItem.Status[] getValues()
          Returns an array of all of the elements in the 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

PENDING

public static final LOItem.Status PENDING
Since:
Bb CS 1.2

APPROVED

public static final LOItem.Status APPROVED
Since:
Bb CS 1.2

REJECTED

public static final LOItem.Status REJECTED
Since:
Bb CS 1.2

DEFAULT

public static final LOItem.Status DEFAULT
Since:
Bb CS 1.2
Method Detail

getValues

public static LOItem.Status[] getValues()
Returns an array of all of the elements in the enumeration.

Returns:
Since:
Bb CS 1.2

fromExternalString

public static LOItem.Status fromExternalString(java.lang.String externalString)
                                        throws java.lang.IllegalArgumentException
Returns the LOItem.Status element specified by the externalString.

Parameters:
externalString -
Returns:
Throws:
java.lang.IllegalArgumentException - if the given string is not an external representation of one of the elements the enumeration class.
Since:
Bb CS 1.2


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