com.businessobjects.enterprise.infoview
Interface ActionEnum


public interface ActionEnum

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


Nested Class Summary
static class ActionEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.infoview.ActionEnum.
static class ActionEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static int INT_NOTSPECIFIED
           
static int INT_VIEW
           
static int INT_VIEWLATESTINSTANCE
           
static ActionEnum.Enum NOTSPECIFIED
           
static org.apache.xmlbeans.SchemaType type
           
static ActionEnum.Enum VIEW
           
static ActionEnum.Enum VIEWLATESTINSTANCE
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

NOTSPECIFIED

static final ActionEnum.Enum NOTSPECIFIED

VIEW

static final ActionEnum.Enum VIEW

VIEWLATESTINSTANCE

static final ActionEnum.Enum VIEWLATESTINSTANCE

INT_NOTSPECIFIED

static final int INT_NOTSPECIFIED
See Also:
Constant Field Values

INT_VIEW

static final int INT_VIEW
See Also:
Constant Field Values

INT_VIEWLATESTINSTANCE

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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