com.businessobjects.enterprise.webi
Interface WebiFormatEnum


public interface WebiFormatEnum

The export format types for a Web Intelligence document.


Nested Class Summary
static class WebiFormatEnum.Enum
          Internal Use Only.
static class WebiFormatEnum.Factory
          A class with methods for creating instances of the WebiFormatEnum type.
 
Field Summary
static WebiFormatEnum.Enum EXCEL
          Specifies a Microsoft Excel (XLS) format.
static int INT_EXCEL
          Specifies a Microsoft Excel (XLS) format.
static int INT_PDF
          Specifies an Adobe Portable Document Format (PDF).
static int INT_WEBI
          Specifies a Web Intelligence document format.
static WebiFormatEnum.Enum PDF
          Specifies an Adobe Portable Document Format (PDF).
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
static WebiFormatEnum.Enum WEBI
          Specifies a Web Intelligence document format.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

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


WEBI

static final WebiFormatEnum.Enum WEBI
Specifies a Web Intelligence document format.


EXCEL

static final WebiFormatEnum.Enum EXCEL
Specifies a Microsoft Excel (XLS) format.


PDF

static final WebiFormatEnum.Enum PDF
Specifies an Adobe Portable Document Format (PDF).


INT_WEBI

static final int INT_WEBI
Specifies a Web Intelligence document format.

See Also:
Constant Field Values

INT_EXCEL

static final int INT_EXCEL
Specifies a Microsoft Excel (XLS) format.

See Also:
Constant Field Values

INT_PDF

static final int INT_PDF
Specifies an Adobe Portable Document Format (PDF).

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.