Uses of Class
blackboard.data.BbAttribute

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

Uses of BbAttribute in blackboard.data
 

Methods in blackboard.data that return BbAttribute
 BbAttribute BbAttributes.getBbAttribute(java.lang.String strName)
          Returns the BbAttribute object associated with given name ("key").
 

Methods in blackboard.data that return types with arguments of type BbAttribute
 java.util.List<BbAttribute> BbAttributes.getBbAttributeList()
          Returns a list of the contained BbAttribute values.
 

Methods in blackboard.data with parameters of type BbAttribute
 void BbAttributes.addBbAttribute(BbAttribute theAttrib)
          Deprecated. use the setType methods instead
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.