|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResultContainer
This interface provides the abstraction for the results of a type based
query.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
SIZE
Label for the attribute; Number of result items in the container. |
| Method Summary | |
|---|---|
TypeInstance |
clearTypeInstanceAt(int a_index)
Clears (removes) the TypeInstance at the specified index. |
int |
getSize()
Gets the value of the attribute: SIZE. |
TypeInstance |
getTypeInstanceAt(int a_index)
Returns the TypeInstance at the specified index. |
| Field Detail |
|---|
static final String SIZE
| Method Detail |
|---|
int getSize()
TypeInstance getTypeInstanceAt(int a_index)
throws WTException
a_index - Index of the TypeInstance in the container
WTException
TypeInstance clearTypeInstanceAt(int a_index)
throws WTException
a_index - Index of the TypeInstance in the container
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||