| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- PatternParameterIdentity
public Class PatternParameterIdentity
extends Object
Uniquely identifies a pattern parameter.
This class associates the pattern parameter code with the appropriate pattern parameter descriptor. The PatternIdentity class uniquely identifies a pattern definition by the pattern identity, version , owning library identity and library version.
The PatternIdentity and PatternParameterIndentity classes serve the same purpose, but for different abstractions; one being a pattern definition and the other being the pattern parameter abstraction.
| Constructor summary |
|---|
| PatternParameterIdentity(String identifier) Constructs a pattern parameter identity given an identifier. |
Constructor detail