|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CurrentValuesBase
Provides information on a collection of the values currently chosen for the parameter.
| Nested Class Summary | |
|---|---|
static class |
CurrentValuesBase.Factory
A class with methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
PromptValue |
addNewCurrentValue()
Appends and returns a new empty value (as xml) as the last CurrentValue element. |
PromptValue[] |
getCurrentValueArray()
Returns array of all CurrentValue elements. |
PromptValue |
getCurrentValueArray(int i)
Returns the CurrentValue element at the specified index position. |
PromptValue |
insertNewCurrentValue(int i)
Inserts and returns a new empty value (as xml) as the CurrentValue element at the specified index position. |
void |
removeCurrentValue(int i)
Removes the CurrentValue element at the specified index position. |
void |
setCurrentValueArray(int i,
PromptValue currentValue)
Sets CurrentValue element at the specified index position. |
void |
setCurrentValueArray(PromptValue[] currentValueArray)
Sets array of all CurrentValue element. |
int |
sizeOfCurrentValueArray()
Returns size of the CurrentValue. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PromptValue[] getCurrentValueArray()
CurrentValue elements.
CurrentValue elements.PromptValue getCurrentValueArray(int i)
CurrentValue element at the specified index position.
i - The index position.
CurrentValue element at the specified index position.int sizeOfCurrentValueArray()
CurrentValue.
integer which is the size of the CurrentValue.void setCurrentValueArray(PromptValue[] currentValueArray)
CurrentValue element.
currentValueArray - The array of the CurrentValue elements to be inserted.
void setCurrentValueArray(int i,
PromptValue currentValue)
CurrentValue element at the specified index position.
i - the index of the CurrentValue where you want to set it.currentValue - PromptValue insertNewCurrentValue(int i)
CurrentValue element at the specified index position.
i - the index of the CurrentValue where you want to insert a value.
CurrentValue element.PromptValue addNewCurrentValue()
CurrentValue element.
CurrentValue element.void removeCurrentValue(int i)
CurrentValue element at the specified index position.
i - the index of the CurrentValue where you want to remove a value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||