com.ibm.xtools.patterns.framework
Class PatternParameterMapping.Filter
java.lang.Object
com.ibm.xtools.patterns.framework.PatternParameterMapping.Filter
- Enclosing class:
- PatternParameterMapping
- public abstract static class PatternParameterMapping.Filter
- extends Object
A filter interface for processing source values and returning target
values. This is used 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 be cognizant of any issues that might
arise (between the type of the source pattern parameter and the type of
the target pattern parameter for example).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternParameterMapping.Filter
public PatternParameterMapping.Filter()
process
public abstract Object process(Object sourceValue)
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.