| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- PatternParameterValue.Maintained.Consumer
abstract static public Class PatternParameterValue.Maintained.Consumer
extends Object
The consumer class for maintained values.
| Constructor summary |
|---|
| PatternParameterValue.Maintained.Consumer() |
| Method summary | |
|---|---|
| void | consume(PatternParameterValue.Maintained maintained) Consume the maintained values, usually implemented by those that need to consume pattern parameter values in the maintained state. |
Constructor detail
Method detail
abstract public void consume(PatternParameterValue.Maintained maintained)
Consume the maintained values, usually implemented by those that need to consume pattern parameter values in the maintained state.
Parameters:
| maintained | - a Maintained object.
|