Uses of Class
org.eclipse.jpt.core.resource.orm.PreRemove

Packages that use PreRemove
org.eclipse.jpt.core.resource.orm   
 

Uses of PreRemove in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return PreRemove
 PreRemove OrmFactory.createPreRemove()
           
 PreRemove EntityListener.getPreRemove()
          Returns the value of the 'Pre Remove' containment reference.
 PreRemove XmlEntity.getPreRemove()
          Returns the value of the 'Pre Remove' containment reference.
 PreRemove XmlEventMethodContainer.getPreRemove()
          Returns the value of the 'Pre Remove' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PreRemove
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPreRemove(PreRemove newPreRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPreRemove(PreRemove newPreRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPreRemove(PreRemove newPreRemove)
          Sets the value of the 'Pre Remove' containment reference.
 void XmlEntity.setPreRemove(PreRemove newPreRemove)
          Sets the value of the 'Pre Remove' containment reference.
 void XmlEventMethodContainer.setPreRemove(PreRemove value)
          Sets the value of the 'Pre Remove' containment reference.