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

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

public interface IDynamicRecipientProfileValuesSet
extends ISDKList


Method Summary
 IDynamicRecipientProfileValues add(java.lang.String kind)
           Adds a profile value to the list.
 IDynamicRecipientProfileValues getDynamicRecipientProfileValues(int index)
           Gets the IScopeProfileValue object at the given 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

add

IDynamicRecipientProfileValues add(java.lang.String kind)

Adds a profile value to the list.

Returns:
a new IScopeProfileValue object

getDynamicRecipientProfileValues

IDynamicRecipientProfileValues getDynamicRecipientProfileValues(int index)
                                                                throws SDKException

Gets the IScopeProfileValue object at the given index.

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