| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- PatternParameterMapping.Filter
abstract static public Class PatternParameterMapping.Filter
extends Object
Represents a filter interface for processing source values and returning target values.
The processing occurs at run-time for each value that flows from the source to the target. There is no type-checking currently, so the implementor of this interface must recognize the issues that might arise between the type of the source pattern parameter and the type of the target pattern parameter for example.
| Constructor summary |
|---|
| PatternParameterMapping.Filter() |
| Method summary | |
|---|---|
| Object | process(Object sourceValue) Retrieves the target value. |
Constructor detail
public PatternParameterMapping.Filter()
Method detail