Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.XmlAccessMethods

Packages that use XmlAccessMethods
org.eclipse.jpt.eclipselink.core.resource.orm   
 

Uses of XmlAccessMethods in org.eclipse.jpt.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlAccessMethods
 XmlAccessMethods EclipseLinkOrmFactory.createXmlAccessMethods()
           
 XmlAccessMethods XmlAccessMethodsHolder.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlBasicCollectionImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlBasicImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlBasicMapImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlEmbeddedIdImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlEmbeddedImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlIdImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlManyToManyImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlManyToOneImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlOneToManyImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlOneToOneImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlTransformationImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlVariableOneToOneImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 XmlAccessMethods XmlVersionImpl.getAccessMethods()
          Returns the value of the 'Access Methods' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlAccessMethods
 org.eclipse.emf.common.notify.NotificationChain XmlBasicCollectionImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlBasicImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlBasicMapImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddedIdImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddedImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlIdImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToManyImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOneImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToManyImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOneImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlTransformationImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVariableOneToOneImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlVersionImpl.basicSetAccessMethods(XmlAccessMethods newAccessMethods, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlAccessMethodsHolder.setAccessMethods(XmlAccessMethods value)
          Sets the value of the 'Access Methods' containment reference.
 void XmlBasicCollectionImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlBasicImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlBasicMapImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlEmbeddedIdImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlEmbeddedImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlIdImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlManyToManyImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlManyToOneImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlOneToManyImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlOneToOneImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlTransformationImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlVariableOneToOneImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.
 void XmlVersionImpl.setAccessMethods(XmlAccessMethods newAccessMethods)
          Sets the value of the 'Access Methods' containment reference.