|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebiPrompt
Provides properties that allow you to identify the prompt and its associated information for a given Web Intelligence document.
A prompt can appear whenever a user executes a query that contains an object with either a user-defined condition, or a predefined condition set by the designer of the universe.
| Nested Class Summary | |
|---|---|
static class |
WebiPrompt.Factory
A class with methods for creating instances of the WebiPrompt type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
DataProviders |
addNewDataProviders()
Appends and returns a new empty DataProviders object. |
Indexes |
addNewIndexes()
Appends and returns a new empty Indexes object. |
Values |
addNewValues()
Appends and returns a new empty Values object. |
DataProviders |
getDataProviders()
Returns a collection of data providers that are associated with this prompt. |
Indexes |
getIndexes()
Returns the Indexes. |
java.lang.String |
getName()
Returns the name of the prompt. |
Values |
getValues()
Returns a collection of prompt values currently chosen for this prompt. |
boolean |
isSetDataProviders()
Checks if the collection of data providers has been set. |
boolean |
isSetIndexes()
Checks if the Indexes element has been set. |
boolean |
isSetValues()
Checks if the collection of prompt values has been set. |
void |
setDataProviders(DataProviders dataProviders)
Sets a collection of data providers currently chosen for this prompt. |
void |
setIndexes(Indexes indexes)
Sets the Indexes. |
void |
setName(java.lang.String name)
Internal Use Only. |
void |
setValues(Values values)
Sets a collection of prompt values currently chosen for this prompt. |
void |
unsetDataProviders()
Deletes or unsets the DataProviders element. |
void |
unsetIndexes()
Deletes or unsets the Indexes element. |
void |
unsetValues()
Deletes or unsets the Values element. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getName()
Returns the name of the prompt.
String that contains the name of the prompt.org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
Values getValues()
Returns a collection of prompt values currently chosen for this prompt.
boolean isSetValues()
true if the Values element has been set, and false otherwise.void setValues(Values values)
Sets a collection of prompt values currently chosen for this prompt.
values - A collection of prompt values.Values addNewValues()
Appends and returns a new empty Values object.
Values object.void unsetValues()
Deletes or unsets the Values element.
Indexes getIndexes()
Returns the Indexes.
boolean isSetIndexes()
true if the Indexes element has been set, and false otherwise.void setIndexes(Indexes indexes)
indexes - The indexes.Indexes addNewIndexes()
Appends and returns a new empty Indexes object.
Indexes object.void unsetIndexes()
DataProviders getDataProviders()
Returns a collection of data providers that are associated with this prompt.
boolean isSetDataProviders()
true if the DataProviders element has been set, and false otherwise.void setDataProviders(DataProviders dataProviders)
Sets a collection of data providers currently chosen for this prompt.
dataProviders - A collection of data providers.DataProviders addNewDataProviders()
Appends and returns a new empty DataProviders object.
DataProviders object.void unsetDataProviders()
Deletes or unsets the DataProviders element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||