IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternParameterIdentity

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.PatternParameterIdentity

public class PatternParameterIdentity
extends Object

A pattern parameter identity uniquely identifies a parameter and is used to associate pattern parameter code with the appropriate pattern parameter descriptor. The pattern identity class uniquely identifier a pattern definition by pattern identity, version, owning library identity and library version. The two classes, pattern identity and pattern parameter identity serve like purposes but for different abstractions, one being a pattern definition and the other being the pattern parameter.

See Also:
PatternIdentity

Constructor Summary
PatternParameterIdentity(String identifier)
          Constructs a pattern parameter identity given an identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParameterIdentity

public PatternParameterIdentity(String identifier)
Constructs a pattern parameter identity given an identifier.

Parameters:
identifier - the identifier for this identity

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.