Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlCopyPolicy

Packages that use XmlCopyPolicy
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of XmlCopyPolicy in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlCopyPolicy
 XmlCopyPolicy EclipseLinkOrmFactory.createXmlCopyPolicy()
           
 XmlCopyPolicy XmlMappedSuperclass.getCopyPolicy()
          Returns the value of the 'Copy Policy' containment reference.
 XmlCopyPolicy XmlEntity.getCopyPolicy()
          Returns the value of the 'Copy Policy' containment reference.
 XmlCopyPolicy XmlEmbeddable.getCopyPolicy()
          Returns the value of the 'Copy Policy' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlCopyPolicy
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetCopyPolicy(XmlCopyPolicy newCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetCopyPolicy(XmlCopyPolicy newCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetCopyPolicy(XmlCopyPolicy newCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlMappedSuperclass.setCopyPolicy(XmlCopyPolicy newCopyPolicy)
          Sets the value of the 'Copy Policy' containment reference.
 void XmlEntity.setCopyPolicy(XmlCopyPolicy newCopyPolicy)
          Sets the value of the 'Copy Policy' containment reference.
 void XmlEmbeddable.setCopyPolicy(XmlCopyPolicy newCopyPolicy)
          Sets the value of the 'Copy Policy' containment reference.