com.businessobjects.dsws.reportengine
Interface PromptValue

All Known Subinterfaces:
DiscretePromptValue, RangePromptValue

public interface PromptValue

PromptValue is parent interface used to hold a prompt values.
Note: PromptValue must not be used on its own. Use classes inheriting from PromptValue such as DiscretePromptValue.
Go to DiscretePromptValue to see an example of how to use PromptValues.

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

Nested Class Summary
static class PromptValue.Factory
          A class with methods for creating instances of the PromptValue type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.