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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlCloneCopyPolicy
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlMappedSuperclass.setCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.
 void XmlEntity.setCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.
 void XmlEmbeddable.setCloneCopyPolicy(XmlCloneCopyPolicy newCloneCopyPolicy)
          Sets the value of the 'Clone Copy Policy' containment reference.