|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.patterns.framework.PatternParameterMapping.Map
Another callback that provides a narrow interface for mapping between parameters.
Constructor Summary | |
PatternParameterMapping.Map()
|
Method Summary | |
abstract void |
map(boolean literalValue,
String targetParameterName)
Maps the literal value given with the target parameter with the specified name. |
abstract void |
map(int literalValue,
String targetParameterName)
Maps the literal value given with the target parameter with the specified name. |
abstract void |
map(IParameterDescriptor sourceParameter,
String targetParameterName)
Maps the source parameter with a target parameter with the given name. |
abstract void |
map(IParameterDescriptor sourceParameter,
String targetParameterName,
PatternParameterMapping.Filter valueFilter)
Maps the source parameter with a target parameter with the given name. |
abstract void |
map(String literalValue,
String targetParameterName)
Maps the literal value given with the target parameter with the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternParameterMapping.Map()
Method Detail |
public abstract void map(IParameterDescriptor sourceParameter, String targetParameterName)
sourceParameter
- the source parameter for mappingtargetParameterName
- the target parameter name to be mappedpublic abstract void map(IParameterDescriptor sourceParameter, String targetParameterName, PatternParameterMapping.Filter valueFilter)
sourceParameter
- the source parameter for mappingtargetParameterName
- the target parameter name to be mappedvalueFilter
- the filter operating on the source value beforepublic abstract void map(boolean literalValue, String targetParameterName)
literalValue
- the literal value to be used for the implied target
parameter's valuestargetParameterName
- the name of the target parameterpublic abstract void map(int literalValue, String targetParameterName)
literalValue
- the literal value to be used for the implied target
parameter's valuestargetParameterName
- the name of the target parameterpublic abstract void map(String literalValue, String targetParameterName)
literalValue
- the literal value to be used for the implied target
parameter's valuestargetParameterName
- the name of the target parameter
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.