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
Types referenced by this model element for which an import statement needs
to be declared. |
String |
getName() |
Type |
getType() |
int |
hashCode() |
boolean |
isMappingTarget() |
boolean |
isTargetType() |
String |
toString() |
writegetTemplateName, getTemplateNameForClasspublic String getName()
public Type getType()
public boolean isMappingTarget()
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class ModelElementnull.public boolean isTargetType()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.