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

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

public interface IDynamicRecipientInfos
extends java.util.List


Method Summary
 IDynamicRecipientInfo add()
           Adds a dynamic recipient info value to the list.
 IDynamicRecipientInfo getProfileValue(int index)
           Gets the IDynamicRecipientInfo 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

IDynamicRecipientInfo add()

Adds a dynamic recipient info value to the list.

Returns:
a new IScopeProfileValue object.

getProfileValue

IDynamicRecipientInfo getProfileValue(int index)
                                      throws SDKException

Gets the IDynamicRecipientInfo object at the given index.

Parameters:
index -
Returns:
Gets the IDynamicRecipientInfo object at the given index.
Throws:
SDKException - if index is out of range