|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.xtools.patterns.framework.PatternElementDescriptor
The pattern descriptor class contains the data that describes pattern entities such as pattern definitions and pattern parameters. Name, localized name, description and type are managed by this abstraction.
| Constructor Summary | |
PatternElementDescriptor()
Constructs, in essence, a void or null object for a pattern element descriptor. |
|
PatternElementDescriptor(String name,
String description,
PatternMetatype type)
Constructs a pattern element descriptor with the name, description and type as given. |
|
PatternElementDescriptor(String name,
String localizedName,
String description,
PatternMetatype type)
Constructs a pattern element descriptor with the name, localized name, description and type as given. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PatternElementDescriptor(String name,
String description,
PatternMetatype type)
name - the name of the pattern elementdescription - the description of the pattern elementtype - the type associated with this pattern element
public PatternElementDescriptor(String name,
String localizedName,
String description,
PatternMetatype type)
name - the name of the pattern elementlocalizedName - the localized name of the pattern elementdescription - the description of the pattern elementtype - the type associated with this pattern elementpublic PatternElementDescriptor()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.