com.businessobjects.sdk.plugin.desktop.profile
Interface IProfileValues

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

public interface IProfileValues
extends ISDKList

This interface defines a collection that contains IProfileValue objects.


Method Summary
 IProfileValue add(int profileID)
           Adds a profile value to the collection.
 
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

IProfileValue add(int profileID)
                  throws SDKException

Adds a profile value to the collection.

Parameters:
profileID - An int that indicates the ID of the profile.
Returns:
An IProfileValue object.
Throws:
SDKException - This is thrown if the profile ID is already in the collection.
See Also:
IProfileValue