blackboard.data.discussionboard
Class ConferenceOwner.OwnerType
java.lang.Object
blackboard.base.BbEnum
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
| 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 |
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
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.