com.businessobjects.sdk.plugin.desktop.overload
Interface IObjectsOverload

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

public interface IObjectsOverload
extends ISDKList

This interface defines a collection that contains IObjectOverload objects.


Method Summary
 IObjectOverload add(int objectID)
           Adds a new IObjectOverload object to the collection.
 IObjectOverload add(java.lang.String objectName)
           Adds a new IObjectOverload object 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

IObjectOverload add(int objectID)

Adds a new IObjectOverload object to the collection.

Parameters:
objectID - An int that specifies the id of the IObjectOverload object.
Returns:
An IObjectOverload object.
See Also:
IObjectOverload, IOverloadBase.getRestrictedObjects()

add

IObjectOverload add(java.lang.String objectName)

Adds a new IObjectOverload object to the collection.

Parameters:
objectName - A String that specifies the name of the IObjectOverload object.
Returns:
An IObjectOverload object.
See Also:
IObjectOverload, IOverloadBase.getRestrictedObjects()