com.businessobjects.enterprise.infoobject
Interface RightScopeEnum


public interface RightScopeEnum

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


Nested Class Summary
static class RightScopeEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.infoobject.RightScopeEnum.
static class RightScopeEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static RightScopeEnum.Enum BOTH
           
static RightScopeEnum.Enum DESCENDANTS
           
static int INT_BOTH
           
static int INT_DESCENDANTS
           
static int INT_THIS
           
static RightScopeEnum.Enum THIS
           
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

THIS

static final RightScopeEnum.Enum THIS

DESCENDANTS

static final RightScopeEnum.Enum DESCENDANTS

BOTH

static final RightScopeEnum.Enum BOTH

INT_THIS

static final int INT_THIS
See Also:
Constant Field Values

INT_DESCENDANTS

static final int INT_DESCENDANTS
See Also:
Constant Field Values

INT_BOTH

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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