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
 java.lang.String getDeclarationString()
           
 java.lang.String getMetaType()
           
 java.lang.String getPropertyName()
           
 java.lang.String getTypeDeclaration()
           
 

Method Detail

getDeclarationString

java.lang.String getDeclarationString()

getMetaType

java.lang.String getMetaType()

getPropertyName

java.lang.String getPropertyName()

getTypeDeclaration

java.lang.String getTypeDeclaration()


Copyright © 2009-2010. All Rights Reserved.