com.businessobjects.enterprise.infoview
Interface ViewerEnum


public interface ViewerEnum

An XML ViewerEnum(@http://enterprise.businessobjects.com/3.0/infoview). This is an atomic type that is a restriction of com.businessobjects.enterprise.infoview.ViewerEnum.


Nested Class Summary
static class ViewerEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.infoview.ViewerEnum.
static class ViewerEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static ViewerEnum.Enum ACTIVEX
           
static ViewerEnum.Enum ADVDHTML
           
static ViewerEnum.Enum DHTML
           
static int INT_ACTIVEX
           
static int INT_ADVDHTML
           
static int INT_DHTML
           
static int INT_JAVA
           
static ViewerEnum.Enum JAVA
           
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

ACTIVEX

static final ViewerEnum.Enum ACTIVEX

DHTML

static final ViewerEnum.Enum DHTML

JAVA

static final ViewerEnum.Enum JAVA

ADVDHTML

static final ViewerEnum.Enum ADVDHTML

INT_ACTIVEX

static final int INT_ACTIVEX
See Also:
Constant Field Values

INT_DHTML

static final int INT_DHTML
See Also:
Constant Field Values

INT_JAVA

static final int INT_JAVA
See Also:
Constant Field Values

INT_ADVDHTML

static final int INT_ADVDHTML
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)