|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPMappingGroup
The mapping group serves as a container for mapping rules, all of which are applied when mapping from a source structure to a target structure is performed.
| Method Summary | |
|---|---|
IGPMappingRule |
addMappingRule()
Add new empty rule to this mapping group. |
IGPMappingRule |
addMappingRule(IGPLabel[] sourcePath,
IGPLabel[] targetPath)
Add a rule with given source locator path and target locator path. |
IGPMappingRule |
addMappingRule(String[] sourcePath,
String[] targetPath)
Add a rule with given source locator path and target locator path. |
Iterator |
getMappingRules()
Get all rules assigned to this mapping group in insertion order. |
boolean |
removeMappingRule(IGPMappingRule m)
Remove a mapping rule from this mapping group. |
String |
toString()
Overriden default-method. |
| Method Detail |
|---|
IGPMappingRule addMappingRule()
IGPMappingRule addMappingRule(String[] sourcePath,
String[] targetPath)
throws GPInvocationException
sourcePath - array of namestargetPath - array of names
GPInvocationException - if some name in the source or target path is inapropriate.
IGPMappingRule addMappingRule(IGPLabel[] sourcePath,
IGPLabel[] targetPath)
throws GPInvocationException
sourcePath - array of (name, namespace) pairstargetPath - array of (name, namespace) pairs
GPInvocationException - if some name in the source or target path is inapropriate.boolean removeMappingRule(IGPMappingRule m)
m - the rule to remove
Iterator getMappingRules()
IGPMappingRule elementsString toString()
toString in class Object
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||