blackboard.data.discussionboard
Class ConferenceOwner.OwnerType

java.lang.Object
  extended by blackboard.base.BbEnum
      extended by blackboard.data.discussionboard.ConferenceOwner.OwnerType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
ConferenceOwner

public static final class ConferenceOwner.OwnerType
extends BbEnum

Enumeration for Conference Owner Currently we have COURSE, GROUP, MODULE, TAB, SYSTEM

See Also:
Serialized Form

Field Summary
static ConferenceOwner.OwnerType COURSE
           
static ConferenceOwner.OwnerType GROUP
           
static ConferenceOwner.OwnerType MODULE
           
static ConferenceOwner.OwnerType SYSTEM
           
static ConferenceOwner.OwnerType TAB
           
 
Method Summary
static ConferenceOwner.OwnerType fromExternalString(java.lang.String externalString)
          Returns the ConferenceOwner.OwnerType element specified by the externalString.
static ConferenceOwner.OwnerType[] 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

COURSE

public static final ConferenceOwner.OwnerType COURSE

GROUP

public static final ConferenceOwner.OwnerType GROUP

MODULE

public static final ConferenceOwner.OwnerType MODULE

TAB

public static final ConferenceOwner.OwnerType TAB

SYSTEM

public static final ConferenceOwner.OwnerType SYSTEM
Method Detail

getValues

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


fromExternalString

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