org.hibernate.jpamodelgen.xml
Class XmlMetaAttribute

java.lang.Object
  extended by org.hibernate.jpamodelgen.xml.XmlMetaAttribute
All Implemented Interfaces:
MetaAttribute
Direct Known Subclasses:
XmlMetaCollection, XmlMetaSingleAttribute

public abstract class XmlMetaAttribute
extends java.lang.Object
implements MetaAttribute

Author:
Hardy Ferentschik

Method Summary
 java.lang.String getDeclarationString()
           
abstract  java.lang.String getMetaType()
           
 java.lang.String getPropertyName()
           
 java.lang.String getTypeDeclaration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDeclarationString

public java.lang.String getDeclarationString()
Specified by:
getDeclarationString in interface MetaAttribute

getPropertyName

public java.lang.String getPropertyName()
Specified by:
getPropertyName in interface MetaAttribute

getTypeDeclaration

public java.lang.String getTypeDeclaration()
Specified by:
getTypeDeclaration in interface MetaAttribute

getMetaType

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


Copyright © 2009. All Rights Reserved.