org.eclipse.jpt.eclipselink.core.resource.orm
Interface XmlAccessMethodsHolder

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XmlAttributeMapping, XmlElementCollection_2_0, XmlEmbeddable_2_1, XmlEntity_2_1, XmlEntityMappings_2_1, XmlMappedSuperclass_2_1, XmlPersistenceUnitDefaults_2_1
All Known Implementing Classes:
XmlBasic, XmlBasicCollection, XmlBasicMap, XmlElementCollection, XmlEmbeddable, XmlEmbedded, XmlEmbeddedId, XmlEntity, XmlId, XmlManyToMany, XmlManyToOne, XmlMappedSuperclass, XmlOneToMany, XmlOneToOne, XmlPersistenceUnitDefaults, XmlTransformation, XmlTransient, XmlVariableOneToOne, XmlVersion

public interface XmlAccessMethodsHolder
extends JpaEObject

A representation of the model object 'Xml Access Methods Holder'.

The following features are supported:

See Also:
EclipseLinkOrmPackage.getXmlAccessMethodsHolder()

Method Summary
 XmlAccessMethods getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 void setAccessMethods(XmlAccessMethods value)
          Sets the value of the 'Access Methods' containment reference.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAccessMethods

XmlAccessMethods getAccessMethods()
Returns the value of the 'Access Methods' containment reference.

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

Returns:
the value of the 'Access Methods' containment reference.
See Also:
setAccessMethods(XmlAccessMethods), EclipseLinkOrmPackage.getXmlAccessMethodsHolder_AccessMethods()

setAccessMethods

void setAccessMethods(XmlAccessMethods value)
Sets the value of the 'Access Methods' containment reference.

Parameters:
value - the new value of the 'Access Methods' containment reference.
See Also:
getAccessMethods()