public class AttributeMetadataImpl extends java.lang.Object implements AttributeMetadata
AttributeMetadata.| Constructor and Description |
|---|
AttributeMetadataImpl(java.lang.reflect.Member member,
AttributeMetadata metadata) |
AttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.AccessType |
getAccess()
Returns the access type of the attribute.
|
AbstractLocator |
getLocator()
Returns the locator of the attribute.
|
java.lang.reflect.Member |
getMember()
Returns the java member of the attribute.
|
java.lang.String |
getName()
Returns the name of the Bindable.
|
java.lang.String |
toString() |
public AttributeMetadataImpl(java.lang.reflect.Member member,
AttributeMetadata metadata)
member - the java member of attributemetadata - the metadata definition of the attributepublic AttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name)
member - the java member of attributename - the name of the attributepublic final javax.persistence.AccessType getAccess()
getAccess in interface AttributeMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic final java.lang.reflect.Member getMember()
public final java.lang.String getName()
getName in interface BindableMetadatapublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.