|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FullClientPrompt
Identifies the prompt and its associated information for a given Desktop Intelligence document.
| Nested Class Summary | |
|---|---|
static class |
FullClientPrompt.Factory
A class with methods for creating instances of the FullClientPrompt type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
com.businessobjects.enterprise.fullclient.PromptDataProviders |
addNewDataProviders()
Internal Use Only. |
Values |
addNewValues()
Appends and returns a new empty Values object to the last element of the array. |
com.businessobjects.enterprise.fullclient.PromptDataProviders |
getDataProviders()
Internal Use Only. |
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()
Internal Use Only. |
boolean |
isSetName()
Checks if the Name has been set. |
boolean |
isSetValues()
Checks if the Values has been set. |
void |
setDataProviders(com.businessobjects.enterprise.fullclient.PromptDataProviders dataProviders)
Internal Use Only. |
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()
Internal Use Only. |
void |
unsetName()
Deletes or unsets the Name 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()
boolean isSetName()
true if the Name element has been set, false.void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Deletes or unsets the Name element.
Values getValues()
Returns a collection of prompt values currently chosen for this prompt.
boolean isSetValues()
true if the Values element has been set, false.void setValues(Values values)
Sets a collection of prompt values currently chosen for this prompt.
values - A collection of prompt values.Values addNewValues()
void unsetValues()
Deletes or unsets the Values element.
com.businessobjects.enterprise.fullclient.PromptDataProviders getDataProviders()
boolean isSetDataProviders()
void setDataProviders(com.businessobjects.enterprise.fullclient.PromptDataProviders dataProviders)
com.businessobjects.enterprise.fullclient.PromptDataProviders addNewDataProviders()
void unsetDataProviders()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||