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
Type s referenced by this model element for which an import statement needs
to be declared. |
String |
getName() |
boolean |
isInvokeSuperConstructor() |
write
getTemplateName, getTemplateNameForClass
public Set<Type> getImportTypes()
ModelElement
Type
s referenced by this model element for which an import statement needs
to be declared.getImportTypes
in class ModelElement
null
.public String getName()
getName
in interface Constructor
public String getDelegateName()
public boolean isInvokeSuperConstructor()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.