|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DefaultValues
A collection of the default values that may be chosen to be the current value for the parameter.
| Nested Class Summary | |
|---|---|
static class |
DefaultValues.Factory
A class with methods for creating instances of the DefaultValues type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
PromptValue |
addNewDefaultValue()
Appends and returns a new empty DefaultValue object as the last element of the array. |
PromptValue[] |
getDefaultValueArray()
Returns the array of PromptValue objects. |
PromptValue |
getDefaultValueArray(int i)
Returns the PromptValue object at the specified index position. |
PromptValue |
insertNewDefaultValue(int i)
Inserts a new empty DefaultValue at a specified index. |
void |
removeDefaultValue(int i)
Removes the DefaultValue element at the specified index position. |
void |
setDefaultValueArray(int i,
PromptValue defaultValue)
Sets the PromptValue object at the specified index position. |
void |
setDefaultValueArray(PromptValue[] defaultValueArray)
Sets the array of PromptValue objects. |
int |
sizeOfDefaultValueArray()
Returns the size of the DefaultValue element. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PromptValue[] getDefaultValueArray()
Returns the array of PromptValue objects.
PromptValue objects.PromptValue getDefaultValueArray(int i)
Returns the PromptValue object at the specified index position.
i - The index position.
PromptValue object.int sizeOfDefaultValueArray()
DefaultValueArray.void setDefaultValueArray(PromptValue[] defaultValueArray)
Sets the array of PromptValue objects.
defaultValueArray - The array of PromptValue objects.
void setDefaultValueArray(int i,
PromptValue defaultValue)
Sets the PromptValue object at the specified index position.
i - The index position.defaultValue - The PromptValue object.PromptValue insertNewDefaultValue(int i)
DefaultValue at a specified index.
i - The index position to insert the object.
DefaultValue.PromptValue addNewDefaultValue()
DefaultValue object as the last element of the array.
PromptValue object.void removeDefaultValue(int i)
i - The index position of the object to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||