|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScopeProfileValues
| Method Summary | |
|---|---|
IScopeProfileValue |
add()
Adds a profile value to the list. |
IScopeProfileValue |
getProfileValue(int index)
Gets the IScopeProfileValue object at the given index. |
| 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 |
|---|
IScopeProfileValue add()
Adds a profile value to the list.
IScopeProfileValue object.
IScopeProfileValue getProfileValue(int index)
throws SDKException
Gets the IScopeProfileValue object at the given index.
index -
IScopeProfileValue object at the given index.
SDKException - Thrown if index is out of range
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||