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.BBENUM
           
static BbAttribute.Type BbAttribute.Type.BBOBJECT
           
static BbAttribute.Type BbAttribute.Type.BOOLEAN
           
static BbAttribute.Type BbAttribute.Type.CALENDAR
           
static BbAttribute.Type BbAttribute.Type.DEFAULT
           
static BbAttribute.Type BbAttribute.Type.DOUBLE
           
static BbAttribute.Type BbAttribute.Type.FLOAT
           
static BbAttribute.Type BbAttribute.Type.FORMATTEDTEXT
           
static BbAttribute.Type BbAttribute.Type.ID
           
static BbAttribute.Type BbAttribute.Type.INTEGER
           
static BbAttribute.Type BbAttribute.Type.JAVAENUM
           
static BbAttribute.Type BbAttribute.Type.LONG
           
static BbAttribute.Type BbAttribute.Type.OBJECT
           
static BbAttribute.Type BbAttribute.Type.STRING
           
 

Methods in blackboard.data that return BbAttribute.Type
static BbAttribute.Type BbAttribute.Type.fromExternalString(java.lang.String externalString)
          Returns the BbAttribute.Type element specified by the externalString.
 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.
 

Methods in blackboard.data with parameters of type BbAttribute.Type
protected  java.lang.Object BbAttributes.getValue(java.lang.String strName, BbAttribute.Type eType)
          Internal convenience method to make the type-specific "get" routines much simpler (i.e., shorter).
protected  void BbAttributes.setValue(java.lang.String strName, java.lang.Object val, BbAttribute.Type eType)
          Internal convenience method to make the type-specific "set" routines much simpler (i.e., shorter).
 

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.