org.eclipse.jpt.eclipselink1_1.core.resource.orm
Interface XmlAttributeMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlAttributeMapping
All Known Subinterfaces:
XmlBasic, XmlBasicCollection, XmlBasicMap, XmlEmbedded, XmlEmbeddedId, XmlId, XmlManyToMany, XmlManyToOne, XmlOneToMany, XmlOneToOne, XmlTransformation, XmlTransient, XmlVariableOneToOne, XmlVersion

public interface XmlAttributeMapping
extends XmlAttributeMapping

A representation of the model object 'Xml Attribute Mapping'.

The following features are supported:

See Also:
EclipseLink1_1OrmPackage.getXmlAttributeMapping()

Method Summary
 AccessType getAccess()
          Returns the value of the 'Access' attribute.
 void setAccess(AccessType value)
          Sets the value of the 'Access' attribute.
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping
getMappingKey, getName, getNameTextRange, setName
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAccess

AccessType getAccess()
Returns the value of the 'Access' attribute. The default value is "PROPERTY". The literals are from the enumeration AccessType.

If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Access' attribute.
See Also:
AccessType, setAccess(AccessType), EclipseLink1_1OrmPackage.getXmlAttributeMapping_Access()

setAccess

void setAccess(AccessType value)
Sets the value of the 'Access' attribute.

Parameters:
value - the new value of the 'Access' attribute.
See Also:
AccessType, getAccess()