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

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

public interface IProfileValueItems
extends java.util.List

This interface defines a collection that contains IProfileValueItem objects.


Method Summary
 IProfileValueItem add()
           Adds a profile value item 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

IProfileValueItem add()

Adds a profile value item to the collection.