public class DecoratorConstructor extends ModelElement implements Constructor
Writable.Context| Constructor and Description |
|---|
DecoratorConstructor(String name,
String delegateName,
boolean invokeSuperConstructor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegateName() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
String |
getName() |
boolean |
isInvokeSuperConstructor() |
getTemplateName, getTemplateNameForClass, writepublic Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in interface ConstructorgetImportTypes in class ModelElementnull.public String getName()
getName in interface Constructorpublic String getDelegateName()
public boolean isInvokeSuperConstructor()
Copyright © 2012–2021. All rights reserved.