public abstract class MappingMethod extends AbstractModelElement
Mapper class.ModelElement.Context| Constructor and Description |
|---|
MappingMethod(Method method) |
| 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() |
protected List<String> |
getParameterNames() |
List<Parameter> |
getParameters() |
String |
getResultName() |
Type |
getResultType() |
Type |
getReturnType() |
List<Parameter> |
getSourceParameters() |
boolean |
isExistingInstanceMapping() |
String |
toString() |
writepublic MappingMethod(Method method)
public String getName()
public Type getResultType()
public String getResultName()
public Type getReturnType()
public boolean isExistingInstanceMapping()
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.