public abstract class MappingMethod extends ModelElement
Mapper class.Writable.Context| Modifier | Constructor and Description |
|---|---|
protected |
MappingMethod(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Accessibility |
getAccessibility() |
java.util.Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
java.lang.String |
getName() |
protected java.util.List<java.lang.String> |
getParameterNames() |
java.util.List<Parameter> |
getParameters() |
java.lang.String |
getResultName() |
Type |
getResultType() |
Type |
getReturnType() |
java.util.List<Parameter> |
getSourceParameters() |
java.util.List<Type> |
getThrownTypes() |
boolean |
isExistingInstanceMapping() |
java.lang.String |
toString() |
writegetTemplateNameprotected MappingMethod(Method method)
public java.lang.String getName()
public java.util.List<Parameter> getParameters()
public java.util.List<Parameter> getSourceParameters()
public Type getResultType()
public java.lang.String getResultName()
public Type getReturnType()
public Accessibility getAccessibility()
public boolean isExistingInstanceMapping()
public java.util.Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class ModelElementnull.protected java.util.List<java.lang.String> getParameterNames()
public java.util.List<Type> getThrownTypes()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2014. All Rights Reserved.