|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - Data typepublic interface ObjectCollection<T>
A data collection is a parameter that contains a collection of parameters.
| Method Summary | |
|---|---|
void |
add(T val)
Add item to collection. |
void |
clear()
Remove all values from collection. |
T |
getValue(int i)
Get value at specified index. |
void |
set(int i,
T val)
Set item value in list |
void |
setCollection(int index,
ObjectCollection<T> src)
Set item value in list to the first element of the colleciton. |
int |
size()
Returns size of collection. |
| Method Detail |
|---|
void set(int i,
T val)
i - the indexval - the val
void setCollection(int index,
ObjectCollection<T> src)
i - the indexval - the valvoid add(T val)
val - the valvoid clear()
T getValue(int i)
i - index
int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||