public class AnnotationMapperReference extends AbstractModelElement implements MapperReference
ModelElement.Context| Constructor and Description |
|---|
AnnotationMapperReference(Annotation annotation,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model
element for which an import statement needs to be declared. |
Type |
getMapperType() |
String |
getVariableName() |
writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic AnnotationMapperReference(Annotation annotation, Type type)
public Type getMapperType()
getMapperType in interface MapperReferencepublic Annotation getAnnotation()
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model
element for which an import statement needs to be declared.getImportTypes in interface ModelElementnull.public String getVariableName()
Copyright © 2012-2013. All Rights Reserved.