|
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 must be implemented by any object that can be saved as an XML String.
| Method Summary | |
java.lang.String |
getXMLAsString()Retrieves the XML representation of the component. |
boolean |
setXMLAsString(java.lang.String xml)Specifies the XML representation of the component. |
| Method Detail |
public java.lang.String getXMLAsString()
throws BIPersistenceException
BIPersistenceException - If a problem occurs in getting the XML.
public boolean setXMLAsString(java.lang.String xml)
throws BIPersistenceException
name - The XML representation of the component.true the XML was successfully set, false if not.BIPersistenceException - If a problem occurs in setting the XML.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||