blackboard.data
Class BbAttribute.Type

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

public static final class BbAttribute.Type
extends BbEnum

See Also:
Serialized Form

Field Summary
static BbAttribute.Type BBENUM
           
static BbAttribute.Type BBOBJECT
           
static BbAttribute.Type BOOLEAN
           
static BbAttribute.Type CALENDAR
           
static BbAttribute.Type DEFAULT
           
static BbAttribute.Type DOUBLE
           
static BbAttribute.Type FLOAT
           
static BbAttribute.Type FORMATTEDTEXT
           
static BbAttribute.Type ID
           
static BbAttribute.Type INTEGER
           
static BbAttribute.Type LONG
           
static BbAttribute.Type OBJECT
           
static BbAttribute.Type STRING
           
 
Method Summary
static BbAttribute.Type fromExternalString(java.lang.String externalString)
          Returns the BbAttribute.Type element specified by the externalString.
static BbAttribute.Type[] 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

INTEGER

public static final BbAttribute.Type INTEGER

LONG

public static final BbAttribute.Type LONG

FLOAT

public static final BbAttribute.Type FLOAT

DOUBLE

public static final BbAttribute.Type DOUBLE

BOOLEAN

public static final BbAttribute.Type BOOLEAN

STRING

public static final BbAttribute.Type STRING

CALENDAR

public static final BbAttribute.Type CALENDAR

OBJECT

public static final BbAttribute.Type OBJECT

ID

public static final BbAttribute.Type ID

BBENUM

public static final BbAttribute.Type BBENUM

FORMATTEDTEXT

public static final BbAttribute.Type FORMATTEDTEXT

BBOBJECT

public static final BbAttribute.Type BBOBJECT

DEFAULT

public static final BbAttribute.Type DEFAULT
Method Detail

getValues

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


fromExternalString

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.