|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableMappingsOverload
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 |
|---|
ITableMappingOverload add(int origTableID,
int replacementTableID)
Adds a new ITableMappingverload object to the collection.
origTableID - An int that identifies the ID of the original table.replacementTableID - An int that identifies the ID of the replacement table.
ITableMappingOverload object.IObjectOverload,
IOverloadBase.getTableMappings()
ITableMappingOverload add(java.lang.String origTableName,
java.lang.String replacementTableName)
Adds a new ITableMappingverload object to the collection.
origTableName - A String that identifies the name of the original table.replacementTableName - A String that identifies the name of the replacement table.
ITableMappingOverload object.IObjectOverload,
IOverloadBase.getTableMappings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||