|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportXMLExportItem
This interface provides the support necessary to get the report XSLT export item information within reports.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the XML export item. |
java.lang.String |
getFileExtension()
Returns the file extension of the XML export item. |
java.lang.String |
getName()
Returns the name of the XML export item. |
| Method Detail |
|---|
java.lang.String getName()
throws SDKException
Returns the name of the XML export item.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getDescription()
throws SDKException
Returns the description of the XML export item.
SDKException - This is thrown if the process is unsuccessful.
java.lang.String getFileExtension()
throws SDKException
Returns the file extension of the XML export item.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||