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

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

public interface IProfileTargets
extends java.util.List

This interface defines a collection that contains IProfileTarget objects.


Method Summary
 IProfileTarget add()
           Adds a profile target to the collection.
 
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

IProfileTarget add()

Adds a profile target to the collection.

Returns:
An IProfileTarget object.
See Also:
IProfileTarget