org.hibernate.jpamodelgen.model
Interface MetaAttribute

All Known Subinterfaces:
MetaCollection, MetaSingleAttribute
All Known Implementing Classes:
AnnotationMetaAttribute, AnnotationMetaCollection, AnnotationMetaMap, AnnotationMetaSingleAttribute, XmlMetaAttribute, XmlMetaCollection, XmlMetaMap, XmlMetaSingleAttribute

public interface MetaAttribute

Author:
Hardy Ferentschik

Method Summary
 String getDeclarationString()
           
 MetaEntity getHostingEntity()
           
 String getMetaType()
           
 String getPropertyName()
           
 String getTypeDeclaration()
           
 

Method Detail

getDeclarationString

String getDeclarationString()

getMetaType

String getMetaType()

getPropertyName

String getPropertyName()

getTypeDeclaration

String getTypeDeclaration()

getHostingEntity

MetaEntity getHostingEntity()


Copyright © 2009-2012. All Rights Reserved.