com.businessobjects.dsws.reportengine
Interface PromptLOVRetrievalMode


public interface PromptLOVRetrievalMode

PromptLOVRetrievalMode controls the way the List Of Values for a Prompt is retrieved.

See Also:
RetrievePromptsInfo, RetrieveView, RetrieveData, PromptInfo, Action, FillPrompts, FillPrompt, PromptValue, RangePromptValue, ReportEngine, DocumentInformation

Nested Class Summary
static class PromptLOVRetrievalMode.Enum
          Enumeration value class for com.businessobjects.dsws.reportengine.PromptLOVRetrievalMode.
static class PromptLOVRetrievalMode.Factory
          A class with methods for creating instances of the PromptLOVRetrievalMode type.
 
Field Summary
static PromptLOVRetrievalMode.Enum ALL
          Retrieves all List Of Values associated to a Prompt.
static PromptLOVRetrievalMode.Enum CONSTRAINED
          Retrieves only List Of Values where the user must answer a prompt with a value from a List Of Values.
static int INT_ALL
          Returns the int value corresponding to the "ALL" PromptLOVRetrievalMode
static int INT_CONSTRAINED
          Returns the int value corresponding to the "CONSTRAINED" PromptLOVRetrievalMode
static int INT_NONE
          Returns the int value corresponding to the "NONE" PromptLOVRetrievalMode
static int INT_SELECTED
          Returns the int value corresponding to the "SELECTED" PromptLOVRetrievalMode
static PromptLOVRetrievalMode.Enum NONE
          Do not retrieve any List Of Values.
static PromptLOVRetrievalMode.Enum SELECTED
          Retrieves only selected List Of Values associated to a Prompt.
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 PromptLOVRetrievalMode.Enum NONE
Do not retrieve any List Of Values.


ALL

static final PromptLOVRetrievalMode.Enum ALL
Retrieves all List Of Values associated to a Prompt.


SELECTED

static final PromptLOVRetrievalMode.Enum SELECTED
Retrieves only selected List Of Values associated to a Prompt.


CONSTRAINED

static final PromptLOVRetrievalMode.Enum CONSTRAINED
Retrieves only List Of Values where the user must answer a prompt with a value from a List Of Values.


INT_NONE

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

See Also:
Constant Field Values

INT_ALL

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

See Also:
Constant Field Values

INT_SELECTED

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

See Also:
Constant Field Values

INT_CONSTRAINED

static final int INT_CONSTRAINED
Returns the int value corresponding to the "CONSTRAINED" PromptLOVRetrievalMode

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.