IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternElementDescriptor

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

public class PatternElementDescriptor
extends Object

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

PatternElementDescriptor

public PatternElementDescriptor(String name,
                                String description,
                                PatternMetatype type)
Constructs a pattern element descriptor with the name, description and type as given.

Parameters:
name - the name of the pattern element
description - the description of the pattern element
type - the type associated with this pattern element

PatternElementDescriptor

public PatternElementDescriptor(String name,
                                String localizedName,
                                String description,
                                PatternMetatype type)
Constructs a pattern element descriptor with the name, localized name, description and type as given.

Parameters:
name - the name of the pattern element
localizedName - the localized name of the pattern element
description - the description of the pattern element
type - the type associated with this pattern element

PatternElementDescriptor

public PatternElementDescriptor()
Constructs, in essence, a void or null object for a pattern element descriptor.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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