public class Parameter extends AbstractModelElement
ModelElement.Context| Constructor and Description |
|---|
Parameter(String name,
Type type) |
Parameter(String name,
Type type,
boolean mappingTarget) |
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean |
isMappingTarget() |
String |
toString() |
writepublic 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.null.Copyright © 2012-2013. All Rights Reserved.