com.businessobjects.dsws.reportengine
Interface DrillLOVRetrievalMode


public interface DrillLOVRetrievalMode

This interface is used to select the way to retrieve the List Of Values of a Dimension (LOV) or the List Of Values of a Detail (LOV).

See Also:
Drill, DrillPath, DrillHierarchy, DrillInfo, Action, ReportEngine, DocumentInformation

Nested Class Summary
static class DrillLOVRetrievalMode.Enum
          Enumeration value class for com.businessobjects.dsws.reportengine.DrillLOVRetrievalMode.
static class DrillLOVRetrievalMode.Factory
          A class with methods for creating instances of the DrillLOVRetrievalMode type.
 
Field Summary
static DrillLOVRetrievalMode.Enum ALL
          Retrieve all List Of Values (LOV)
static int INT_ALL
          Returns the int value corresponding to the "ALL" DrillLOVRetrievalMode
static int INT_NONE
          Returns the int value corresponding to the "NONE" DrillLOVRetrievalMode
static int INT_SELECTED
          Returns the int value corresponding to the "SELECTED" DrillLOVRetrievalMode
static DrillLOVRetrievalMode.Enum NONE
          Do not retrieve any List Of Values (LOV)
static DrillLOVRetrievalMode.Enum SELECTED
          Retrieve the selected List Of Values (LOV)
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
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.


NONE

static final DrillLOVRetrievalMode.Enum NONE
Do not retrieve any List Of Values (LOV)


ALL

static final DrillLOVRetrievalMode.Enum ALL
Retrieve all List Of Values (LOV)


SELECTED

static final DrillLOVRetrievalMode.Enum SELECTED
Retrieve the selected List Of Values (LOV)

See Also:
com.businessobjects.dsws.reportengine.RetrieveDrillInfo#setSelectDrillLOVs

INT_NONE

static final int INT_NONE
Returns the int value corresponding to the "NONE" DrillLOVRetrievalMode

See Also:
Constant Field Values

INT_ALL

static final int INT_ALL
Returns the int value corresponding to the "ALL" DrillLOVRetrievalMode

See Also:
Constant Field Values

INT_SELECTED

static final int INT_SELECTED
Returns the int value corresponding to the "SELECTED" DrillLOVRetrievalMode

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.