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

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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlCopyPolicy
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.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 XmlMappedSuperclass.basicSetCopyPolicy(XmlCopyPolicy newCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEmbeddable.setCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.
 void XmlEntity.setCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.
 void XmlMappedSuperclass.setCloneCopyPolicy(XmlCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.
 void XmlEmbeddable.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 XmlMappedSuperclass.setCopyPolicy(XmlCopyPolicy newCopyPolicy)
          Sets the value of the 'Copy Policy' containment reference.
 void XmlEmbeddable.setInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.
 void XmlEntity.setInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.
 void XmlMappedSuperclass.setInstantiationCopyPolicy(XmlCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.