| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- PatternParameterMapping.Provider
abstract static public Class PatternParameterMapping.Provider
extends Object
Represents a mapping provider class used for callback in pattern definition usage definition.
| Constructor summary |
|---|
| PatternParameterMapping.Provider() |
| Method summary | |
|---|---|
| void | provide(PatternParameterMapping.Map map) Provides a map that is used to defining the mapping. |
Constructor detail
public PatternParameterMapping.Provider()
Method detail
abstract public void provide(PatternParameterMapping.Map map)
Provides a map that is used to defining the mapping.
Parameters:
| map | - The map that allows for the initialization and definition of the parameter mappings. |