org.hibernate.jpamodelgen.xml
Class XmlMetaSingleAttribute

java.lang.Object
  extended by org.hibernate.jpamodelgen.xml.XmlMetaAttribute
      extended by org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
All Implemented Interfaces:
MetaAttribute, MetaSingleAttribute

public class XmlMetaSingleAttribute
extends XmlMetaAttribute
implements MetaSingleAttribute

Author:
Hardy Ferentschik

Constructor Summary
XmlMetaSingleAttribute(XmlMetaEntity parent, String propertyName, String type)
           
 
Method Summary
 String getMetaType()
           
 
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
getDeclarationString, getHostingEntity, 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, getHostingEntity, getPropertyName, getTypeDeclaration
 

Constructor Detail

XmlMetaSingleAttribute

public XmlMetaSingleAttribute(XmlMetaEntity parent,
                              String propertyName,
                              String type)
Method Detail

getMetaType

public String getMetaType()
Specified by:
getMetaType in interface MetaAttribute
Specified by:
getMetaType in class XmlMetaAttribute


Copyright © 2009-2010. All Rights Reserved.