com.crystaldecisions.sdk.plugin.desktop.common
Interface IScopeProfileValues

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IScopeProfileValues
extends java.util.List


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

add

IScopeProfileValue add()

Adds a profile value to the list.

Returns:
a new IScopeProfileValue

object.

getProfileValue

IScopeProfileValue getProfileValue(int index)
                                   throws SDKException

Gets the IScopeProfileValue object at the given index.

Parameters:
index -
Returns:
The IScopeProfileValue object at the given index.
Throws:
SDKException - Thrown if index is out of range