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

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

public interface ITableMappingsOverload
extends ISDKList

This interface defines a collection that contains ITableMappingOverload objects.


Method Summary
 ITableMappingOverload add(int origTableID, int replacementTableID)
           Adds a new ITableMappingverload object to the collection.
 ITableMappingOverload add(java.lang.String origTableName, java.lang.String replacementTableName)
           Adds a new ITableMappingverload 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

ITableMappingOverload add(int origTableID,
                          int replacementTableID)

Adds a new ITableMappingverload object to the collection.

Parameters:
origTableID - An int that identifies the ID of the original table.
replacementTableID - An int that identifies the ID of the replacement table.
Returns:
An ITableMappingOverload object.
See Also:
IObjectOverload, IOverloadBase.getTableMappings()

add

ITableMappingOverload add(java.lang.String origTableName,
                          java.lang.String replacementTableName)

Adds a new ITableMappingverload object to the collection.

Parameters:
origTableName - A String that identifies the name of the original table.
replacementTableName - A String that identifies the name of the replacement table.
Returns:
An ITableMappingOverload object.
See Also:
IObjectOverload, IOverloadBase.getTableMappings()