com.businessobjects.enterprise.webi
Interface WebiFormatOptions


public interface WebiFormatOptions

Sets the export format type for a Web Intelligence document.


Nested Class Summary
static class WebiFormatOptions.Factory
          A class with methods for creating instances of the WebiFormatOptions type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 WebiFormatEnum.Enum getFormat()
          Returns the export format type for this Web Intelligence document.
 boolean isSetFormat()
          Checks if the export format type has been set.
 void setFormat(WebiFormatEnum.Enum format)
          Sets the export format type for this Web Intelligence document.
 void unsetFormat()
          Deletes or unsets the Format element.
 WebiFormatEnum xgetFormat()
          Internal Use Only.
 void xsetFormat(WebiFormatEnum format)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getFormat

WebiFormatEnum.Enum getFormat()

Returns the export format type for this Web Intelligence document.

Returns:
The export format type for this Web Intelligence document.

xgetFormat

WebiFormatEnum xgetFormat()
Internal Use Only.


isSetFormat

boolean isSetFormat()
Checks if the export format type has been set.

Returns:
true if the export format type has been set, false otherwise.

setFormat

void setFormat(WebiFormatEnum.Enum format)

Sets the export format type for this Web Intelligence document.

Parameters:
format - The export format type for this Web Intelligence document.

xsetFormat

void xsetFormat(WebiFormatEnum format)
Internal Use Only.


unsetFormat

void unsetFormat()
Deletes or unsets the Format element.