Package org.hibernate.jpamodelgen.xml
Class XmlMetaAttribute
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
XmlMetaCollection,XmlMetaSingleAttribute
public abstract class XmlMetaAttribute extends java.lang.Object implements MetaAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeDeclarationString()java.lang.StringgetAttributeNameDeclarationString()MetaEntitygetHostingEntity()abstract java.lang.StringgetMetaType()java.lang.StringgetPropertyName()java.lang.StringgetTypeDeclaration()java.lang.StringtoString()
-
-
-
Method Detail
-
getAttributeDeclarationString
public java.lang.String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationStringin interfaceMetaAttribute
-
getAttributeNameDeclarationString
public java.lang.String getAttributeNameDeclarationString()
- Specified by:
getAttributeNameDeclarationStringin interfaceMetaAttribute
-
getPropertyName
public java.lang.String getPropertyName()
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
getTypeDeclaration
public java.lang.String getTypeDeclaration()
- Specified by:
getTypeDeclarationin interfaceMetaAttribute
-
getHostingEntity
public MetaEntity getHostingEntity()
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
getMetaType
public abstract java.lang.String getMetaType()
- Specified by:
getMetaTypein interfaceMetaAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-