public class VirtualMappingMethod extends MappingMethod
BuiltInMethod.Writable.Context| Constructor and Description |
|---|
VirtualMappingMethod(BuiltInMethod method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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 |
getTemplateName()
Returns the name of the template to be used for a specific writable type.
|
int |
hashCode() |
getAccessibility, getName, getParameterNames, getParameters, getResultName, getResultType, getReturnType, getSourceParameters, getThrownTypes, isExistingInstanceMapping, toStringwritepublic VirtualMappingMethod(BuiltInMethod method)
public java.lang.String getTemplateName()
FreeMarkerWritable*.ftl is used as template file name,
but this can be customized by overriding this method if required.getTemplateName in class FreeMarkerWritablenull.public java.util.Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class MappingMethodnull.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2012-2014. All Rights Reserved.