org.hibernate.jpamodelgen.annotation
Class AnnotationMetaSingleAttribute

java.lang.Object
  extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
      extended by org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
All Implemented Interfaces:
MetaAttribute, MetaSingleAttribute

public class AnnotationMetaSingleAttribute
extends AnnotationMetaAttribute
implements MetaSingleAttribute

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
element, parent
 
Constructor Summary
AnnotationMetaSingleAttribute(AnnotationMetaEntity parent, javax.lang.model.element.Element element, java.lang.String type)
           
 
Method Summary
 java.lang.String getMetaType()
           
 
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getDeclarationString, getPropertyName, getTypeDeclaration, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hibernate.jpamodelgen.model.MetaAttribute
getDeclarationString, getPropertyName, getTypeDeclaration
 

Constructor Detail

AnnotationMetaSingleAttribute

public AnnotationMetaSingleAttribute(AnnotationMetaEntity parent,
                                     javax.lang.model.element.Element element,
                                     java.lang.String type)
Method Detail

getMetaType

public java.lang.String getMetaType()
Specified by:
getMetaType in interface MetaAttribute
Specified by:
getMetaType in class AnnotationMetaAttribute


Copyright © 2009-2010. All Rights Reserved.