blackboard.data.content
Class AbstractContentFile.StorageType
java.lang.Object
blackboard.base.BbEnum
blackboard.data.content.AbstractContentFile.StorageType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- AbstractContentFile
public static final class AbstractContentFile.StorageType
- extends BbEnum
Type-safe enumeration of possible values for the StorageType attribute
of a file. This is specified in the UI via the the "Special StorageType" drop
down list.
- 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 |
LOCAL
public static final AbstractContentFile.StorageType LOCAL
CS
public static final AbstractContentFile.StorageType CS
DEFAULT
public static final AbstractContentFile.StorageType DEFAULT
getValues
public static AbstractContentFile.StorageType[] getValues()
- Returns an array of all of the elements in this enumeration.
fromExternalString
public static AbstractContentFile.StorageType fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
- Returns the ContentFile.StorageType element specified by the
externalString
.
- Throws:
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements in this enumeration class.
fromFieldName
public static AbstractContentFile.StorageType fromFieldName(java.lang.String fieldName)
- Returns the ContentFile.StorageType element specified by the
fieldName.
- Throws:
java.lang.IllegalArgumentException - if the given string is not a short
representation of one of the elements in this enumeration class.
Copyright © 2003 Blackboard, Inc. All Rights Reserved.