|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Methods that are required for instantiating Persistable
objects from XML representations in the BI Beans Catalog.
Method Summary | |
void |
dump() Sends to the console a list of registered object types and their classnames. |
java.lang.String |
getObjectInstanceClassName(java.lang.String objType) Retrieves the class name of an object that would be created with the specified object type. |
void |
setObjectInstanceClassName(java.lang.String objType, java.lang.String instanceClassName) Specifies the class to use to instantiate objects of a specified type. |
Method Detail |
public java.lang.String getObjectInstanceClassName(java.lang.String objType)
objType
- The type of object whose class name you want. Pass one of the values of the OBJECT_TYPE
attribute, as defined in PersistableConstants
class.objType
.PersistableConstants
, PersistableConstants.Attributes.OBJECT_TYPE
public void setObjectInstanceClassName(java.lang.String objType, java.lang.String instanceClassName)
Crosstab
or as a ThinCrosstab
. Call this method once for each object type that your application will load from the BI Beans Catalog.objType
- The type of object for which the class will be used. Pass one of the values of the OBJECT_TYPE
attribute, as defined in PersistableConstants
class.PersistableConstants
, PersistableConstants.Attributes.OBJECT_TYPE
public void dump()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |