Uses of Class
blackboard.data.BbAttribute.Type

Packages that use BbAttribute.Type
blackboard.data Provides the base classes for the persistence layer of platform API.  
 

Uses of BbAttribute.Type in blackboard.data
 

Fields in blackboard.data declared as BbAttribute.Type
static BbAttribute.Type BbAttribute.Type.INTEGER
           
static BbAttribute.Type BbAttribute.Type.LONG
           
static BbAttribute.Type BbAttribute.Type.FLOAT
           
static BbAttribute.Type BbAttribute.Type.DOUBLE
           
static BbAttribute.Type BbAttribute.Type.BOOLEAN
           
static BbAttribute.Type BbAttribute.Type.STRING
           
static BbAttribute.Type BbAttribute.Type.CALENDAR
           
static BbAttribute.Type BbAttribute.Type.OBJECT
           
static BbAttribute.Type BbAttribute.Type.ID
           
static BbAttribute.Type BbAttribute.Type.BBENUM
           
static BbAttribute.Type BbAttribute.Type.FORMATTEDTEXT
           
static BbAttribute.Type BbAttribute.Type.BBOBJECT
           
static BbAttribute.Type BbAttribute.Type.DEFAULT
           
 

Methods in blackboard.data that return BbAttribute.Type
 BbAttribute.Type BbAttribute.getType()
          Retrieves BbAttribute object type.
static BbAttribute.Type[] BbAttribute.Type.getValues()
          Returns an array of all of the elements in this enumeration.
static BbAttribute.Type BbAttribute.Type.fromExternalString(java.lang.String externalString)
          Returns the BbAttribute.Type element specified by the externalString.
 

Constructors in blackboard.data with parameters of type BbAttribute.Type
BbAttribute(BbAttribute.Type eType, java.lang.String strName, java.lang.Object val, BbAttributes parent)
          Initialization with generic object but of a specific type.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.