|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PromptLOVRetrievalMode
PromptLOVRetrievalMode controls the way the List Of Values for a Prompt is retrieved.
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
static final PromptLOVRetrievalMode.Enum NONE
static final PromptLOVRetrievalMode.Enum ALL
static final PromptLOVRetrievalMode.Enum SELECTED
static final PromptLOVRetrievalMode.Enum CONSTRAINED
static final int INT_NONE
static final int INT_ALL
static final int INT_SELECTED
static final int INT_CONSTRAINED
| Method Detail |
|---|
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||