public class Parameter extends ModelElement
Writable.Context
Constructor and Description |
---|
Parameter(String name,
Type type) |
Parameter(String name,
Type type,
boolean mappingTarget,
boolean targetType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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() |
String |
getOriginalName() |
Type |
getType() |
int |
hashCode() |
boolean |
isMappingTarget() |
boolean |
isTargetType() |
String |
toString() |
write
getTemplateName, getTemplateNameForClass
public String getName()
public String getOriginalName()
public Type getType()
public boolean isMappingTarget()
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 boolean isTargetType()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.