|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataProviders
A collection of data providers that are with this prompt.
| Nested Class Summary | |
|---|---|
static class |
DataProviders.Factory
A class with methods for creating instances of the DataProviders type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
DataProvider |
addNewDataProvider()
Appends and returns a new empty DataProvider object as the last element of the array. |
DataProvider[] |
getDataProviderArray()
Returns the array of DataProvider objects. |
DataProvider |
getDataProviderArray(int i)
Returns the DataProvider object at the specified index position. |
DataProvider |
insertNewDataProvider(int i)
Inserts and returns a new empty DataProvider object at a specified index. |
void |
removeDataProvider(int i)
Removes the ith DataProvider object. |
void |
setDataProviderArray(DataProvider[] dataProviderArray)
Sets the array of DataProvider objects. |
void |
setDataProviderArray(int i,
DataProvider dataProvider)
Sets the DataProvider object at the specified index position. |
int |
sizeOfDataProviderArray()
Returns the number of DataProvider objects in the array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
DataProvider[] getDataProviderArray()
Returns the array of DataProvider objects.
DataProvider objects.DataProvider getDataProviderArray(int i)
Returns the DataProvider object at the specified index position.
i - The index position.
DataProvider object.int sizeOfDataProviderArray()
DataProvider objects in the array.
void setDataProviderArray(DataProvider[] dataProviderArray)
Sets the array of DataProvider objects.
dataProviderArray - The array of DataProvider objects.
void setDataProviderArray(int i,
DataProvider dataProvider)
Sets the DataProvider object at the specified index position.
i - The index position.dataProvider - The DataProvider object.DataProvider insertNewDataProvider(int i)
DataProvider object at a specified index.
i - The index position to insert the object.
DataProvider object.DataProvider addNewDataProvider()
DataProvider object as the last element of the array.
DataProvider object.void removeDataProvider(int i)
DataProvider object.
i - The index position for the object to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||