Interface ResultContainer
public interface ResultContainer
This interface provides the abstraction for the results of a type based
query.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclearTypeInstanceAt(int a_index) Clears (removes) the TypeInstance at the specified index.intgetSize()Gets the value of the attribute: SIZE.getTypeInstanceAt(int a_index) Returns the TypeInstance at the specified index.
-
Field Details
-
SIZE
Label for the attribute; Number of result items in the container.
Supported API: true- See Also:
-
-
Method Details
-
getSize
int getSize()Gets the value of the attribute: SIZE. Number of result items in the container.
Supported API: true- Returns:
- int
-
getTypeInstanceAt
Returns the TypeInstance at the specified index.
Supported API: true- Parameters:
a_index- Index of the TypeInstance in the container- Returns:
- TypeInstance
- Throws:
WTException
-
clearTypeInstanceAt
Clears (removes) the TypeInstance at the specified index.
Supported API: true- Parameters:
a_index- Index of the TypeInstance in the container- Returns:
- TypeInstance
- Throws:
WTException
-