|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScopeBatchScopes
IScopeBatchScopes is a collection of IScopeBatchScope.
| Method Summary | |
|---|---|
void |
add(IScopeBatchScope scope)
Adds a scope to the collection. |
IScopeBatchScope |
add(java.lang.String kind)
Adds a scope to the collection. |
IScopeBatchScope |
getScope(int index)
Get the scope object at index. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKList |
|---|
get |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
IScopeBatchScope add(java.lang.String kind)
Adds a scope to the collection.
kind - String specify the InfoObject kind.
void add(IScopeBatchScope scope)
Adds a scope to the collection.
scope - A IScopeBatchScope, the scope to be added.
IScopeBatchScope getScope(int index)
throws SDKException
Get the scope object at index.
index - a int, the index of the scope.
IScopeBatchScope, scope object at the index
SDKException - if index is out of bounds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||