public class AttributeMetadataImpl extends Object implements AttributeMetadata
AttributeMetadata.| Constructor and Description |
|---|
AttributeMetadataImpl(Member member,
AttributeMetadata metadata) |
AttributeMetadataImpl(Member member,
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.
|
Member |
getMember()
Returns the java member of the attribute.
|
String |
getName()
Returns the name of the Bindable.
|
String |
toString() |
public AttributeMetadataImpl(Member member, AttributeMetadata metadata)
member - the java member of attributemetadata - the metadata definition of the attributepublic final javax.persistence.AccessType getAccess()
getAccess in interface AttributeMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic final Member getMember()
public final String getName()
getName in interface BindableMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.