|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BbAttributeException | |
|---|---|
| blackboard.data | Provides the base classes for the persistence layer of platform API. |
| Uses of BbAttributeException in blackboard.data |
|---|
| Methods in blackboard.data that throw BbAttributeException | |
|---|---|
BbEnum |
BbAttributes.getBbEnum(java.lang.String strName)
Get the BbEnum value associated with given attribute name. |
IBbObject |
BbAttributes.getBbObject(java.lang.String strName)
Get the IBbObject value associated with given attribute name. |
java.lang.Boolean |
BbAttributes.getBoolean(java.lang.String strName)
Get the Boolean value associated with given attribute name. |
java.util.Calendar |
BbAttributes.getCalendar(java.lang.String strName)
Get the Calendar value associated with given attribute name. |
java.lang.Double |
BbAttributes.getDouble(java.lang.String strName)
Get the Double value associated with given attribute name. |
java.lang.Float |
BbAttributes.getFloat(java.lang.String strName)
Get the Float value associated with given attribute name. |
FormattedText |
BbAttributes.getFormattedText(java.lang.String strName)
Get the FormattedText value associated with given attribute name. |
Id |
BbAttributes.getId(java.lang.String strName)
Get the Id value associated with given attribute name. |
java.lang.Integer |
BbAttributes.getInteger(java.lang.String strName)
Get the Integer value associated with given attribute name. |
java.lang.Long |
BbAttributes.getLong(java.lang.String strName)
Get the Long value associated with given attribute name. |
java.lang.Object |
BbAttributes.getObject(java.lang.String strName)
Get the Object value associated with given attribute name. |
java.lang.Boolean |
BbAttributes.getSafeBoolean(java.lang.String strName)
Get the Boolean value associated with given attribute name. |
java.lang.Double |
BbAttributes.getSafeDouble(java.lang.String strName)
Get the Double value associated with given attribute name. |
java.lang.Float |
BbAttributes.getSafeFloat(java.lang.String strName)
Get the Float value associated with given attribute name. |
FormattedText |
BbAttributes.getSafeFormattedText(java.lang.String strName)
Get the FormattedText value associated with given attribute name. |
Id |
BbAttributes.getSafeId(java.lang.String strName)
Get the Id value associated with given attribute name. |
java.lang.Integer |
BbAttributes.getSafeInteger(java.lang.String strName)
Get the Integer value associated with given attribute name. |
java.lang.Long |
BbAttributes.getSafeLong(java.lang.String strName)
Get the Long value associated with given attribute name. |
java.lang.String |
BbAttributes.getSafeString(java.lang.String strName)
Get the String value associated with given attribute name. |
java.lang.String |
BbAttributes.getString(java.lang.String strName)
Get the String value associated with given attribute name. |
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). |
void |
BbAttributes.setBbEnum(java.lang.String strName,
BbEnum val)
Sets the value of the attribute with the given name ("key") to the provided BbEnum value. |
void |
BbAttributes.setBbObject(java.lang.String strName)
Sets the value of the attribute with the given name ("key") to the "unset" value. |
void |
BbAttributes.setBbObject(java.lang.String strName,
IBbObject val)
Sets the value of the attribute with the given name ("key") to the provided IBbObject value. |
void |
BbAttributes.setBoolean(java.lang.String strName,
boolean val)
Sets the value of the attribute with the given name ("key") to the provided boolean value. |
void |
BbAttributes.setBoolean(java.lang.String strName,
java.lang.Boolean val)
Sets the value of the attribute with the given name ("key") to the provided Boolean value. |
void |
BbAttributes.setCalendar(java.lang.String strName,
java.util.Calendar val)
Sets the value of the attribute with the given name ("key") to the provided Calendar value. |
void |
BbAttributes.setDouble(java.lang.String strName,
double val)
Sets the value of the attribute with the given name ("key") to the provided double value. |
void |
BbAttributes.setDouble(java.lang.String strName,
java.lang.Double val)
Sets the value of the attribute with the given name ("key") to the provided Double value. |
void |
BbAttributes.setFloat(java.lang.String strName,
float val)
Sets the value of the attribute with the given name ("key") to the provided float value. |
void |
BbAttributes.setFloat(java.lang.String strName,
java.lang.Float val)
Sets the value of the attribute with the given name ("key") to the provided Float value. |
void |
BbAttributes.setFormattedText(java.lang.String strName,
FormattedText val)
Sets the value of the attribute with the given name ("key") to the provided FormattedText value. |
void |
BbAttributes.setId(java.lang.String strName,
Id val)
Sets the value of the attribute with the given name ("key") to the provided Id value. |
void |
BbAttributes.setInteger(java.lang.String strName,
int val)
Sets the value of the attribute with the given name ("key") to the provided int value. |
void |
BbAttributes.setInteger(java.lang.String strName,
java.lang.Integer val)
Sets the value of the attribute with the given name ("key") to the provided Integer value. |
void |
BbAttributes.setLong(java.lang.String strName,
long val)
Sets the value of the attribute with the given name ("key") to the provided long value. |
void |
BbAttributes.setLong(java.lang.String strName,
java.lang.Long val)
Sets the value of the attribute with the given name ("key") to the provided Long value. |
void |
BbAttributes.setObject(java.lang.String strName)
Sets the value of the attribute with the given name ("key") to the "unset" value. |
void |
BbAttributes.setObject(java.lang.String strName,
java.lang.Object val)
Sets the value of the attribute with the given name ("key") to the provided Object value. |
void |
BbAttributes.setString(java.lang.String strName,
java.lang.String val)
Sets the value of the attribute with the given name ("key") to the provided String value. |
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||