com.businessobjects.enterprise.designer
Interface DesignerRightEnum


public interface DesignerRightEnum

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


Nested Class Summary
static class DesignerRightEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.designer.DesignerRightEnum.
static class DesignerRightEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static DesignerRightEnum.Enum APPLY_UNIVERSE_CONSTRAINTS
           
static DesignerRightEnum.Enum CHECK_UNIVERSE_INTEGRITY
           
static int INT_APPLY_UNIVERSE_CONSTRAINTS
           
static int INT_CHECK_UNIVERSE_INTEGRITY
           
static int INT_LINK_UNIVERSE
           
static int INT_REFRESH_STRUCTURE_WINDOW
           
static int INT_USE_TABLE_BROWSE
           
static DesignerRightEnum.Enum LINK_UNIVERSE
           
static DesignerRightEnum.Enum REFRESH_STRUCTURE_WINDOW
           
static org.apache.xmlbeans.SchemaType type
           
static DesignerRightEnum.Enum USE_TABLE_BROWSE
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

CHECK_UNIVERSE_INTEGRITY

static final DesignerRightEnum.Enum CHECK_UNIVERSE_INTEGRITY

REFRESH_STRUCTURE_WINDOW

static final DesignerRightEnum.Enum REFRESH_STRUCTURE_WINDOW

USE_TABLE_BROWSE

static final DesignerRightEnum.Enum USE_TABLE_BROWSE

APPLY_UNIVERSE_CONSTRAINTS

static final DesignerRightEnum.Enum APPLY_UNIVERSE_CONSTRAINTS

LINK_UNIVERSE

static final DesignerRightEnum.Enum LINK_UNIVERSE

INT_CHECK_UNIVERSE_INTEGRITY

static final int INT_CHECK_UNIVERSE_INTEGRITY
See Also:
Constant Field Values

INT_REFRESH_STRUCTURE_WINDOW

static final int INT_REFRESH_STRUCTURE_WINDOW
See Also:
Constant Field Values

INT_USE_TABLE_BROWSE

static final int INT_USE_TABLE_BROWSE
See Also:
Constant Field Values

INT_APPLY_UNIVERSE_CONSTRAINTS

static final int INT_APPLY_UNIVERSE_CONSTRAINTS
See Also:
Constant Field Values

INT_LINK_UNIVERSE

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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