org.eclipse.jpt.jpa.core.resource.orm
Interface XmlEventMethodContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EntityListener, XmlEntity, XmlEntity

public interface XmlEventMethodContainer
extends JpaEObject

A representation of the model object 'Xml Event Method Container'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

The following features are supported:

See Also:
OrmPackage.getXmlEventMethodContainer()

Method Summary
 PostLoad getPostLoad()
          Returns the value of the 'Post Load' containment reference.
 PostPersist getPostPersist()
          Returns the value of the 'Post Persist' containment reference.
 PostRemove getPostRemove()
          Returns the value of the 'Post Remove' containment reference.
 PostUpdate getPostUpdate()
          Returns the value of the 'Post Update' containment reference.
 PrePersist getPrePersist()
          Returns the value of the 'Pre Persist' containment reference.
 PreRemove getPreRemove()
          Returns the value of the 'Pre Remove' containment reference.
 PreUpdate getPreUpdate()
          Returns the value of the 'Pre Update' containment reference.
 void setPostLoad(PostLoad value)
          Sets the value of the 'Post Load' containment reference.
 void setPostPersist(PostPersist value)
          Sets the value of the 'Post Persist' containment reference.
 void setPostRemove(PostRemove value)
          Sets the value of the 'Post Remove' containment reference.
 void setPostUpdate(PostUpdate value)
          Sets the value of the 'Post Update' containment reference.
 void setPrePersist(PrePersist value)
          Sets the value of the 'Pre Persist' containment reference.
 void setPreRemove(PreRemove value)
          Sets the value of the 'Pre Remove' containment reference.
 void setPreUpdate(PreUpdate value)
          Sets the value of the 'Pre Update' containment reference.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPrePersist

PrePersist getPrePersist()
Returns the value of the 'Pre Persist' containment reference.

If the meaning of the 'Pre Persist' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Persist' containment reference.
See Also:
setPrePersist(PrePersist), OrmPackage.getXmlEventMethodContainer_PrePersist()

setPrePersist

void setPrePersist(PrePersist value)
Sets the value of the 'Pre Persist' containment reference.

Parameters:
value - the new value of the 'Pre Persist' containment reference.
See Also:
getPrePersist()

getPostPersist

PostPersist getPostPersist()
Returns the value of the 'Post Persist' containment reference.

If the meaning of the 'Post Persist' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Persist' containment reference.
See Also:
setPostPersist(PostPersist), OrmPackage.getXmlEventMethodContainer_PostPersist()

setPostPersist

void setPostPersist(PostPersist value)
Sets the value of the 'Post Persist' containment reference.

Parameters:
value - the new value of the 'Post Persist' containment reference.
See Also:
getPostPersist()

getPreRemove

PreRemove getPreRemove()
Returns the value of the 'Pre Remove' containment reference.

If the meaning of the 'Pre Remove' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Remove' containment reference.
See Also:
setPreRemove(PreRemove), OrmPackage.getXmlEventMethodContainer_PreRemove()

setPreRemove

void setPreRemove(PreRemove value)
Sets the value of the 'Pre Remove' containment reference.

Parameters:
value - the new value of the 'Pre Remove' containment reference.
See Also:
getPreRemove()

getPostRemove

PostRemove getPostRemove()
Returns the value of the 'Post Remove' containment reference.

If the meaning of the 'Post Remove' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Remove' containment reference.
See Also:
setPostRemove(PostRemove), OrmPackage.getXmlEventMethodContainer_PostRemove()

setPostRemove

void setPostRemove(PostRemove value)
Sets the value of the 'Post Remove' containment reference.

Parameters:
value - the new value of the 'Post Remove' containment reference.
See Also:
getPostRemove()

getPreUpdate

PreUpdate getPreUpdate()
Returns the value of the 'Pre Update' containment reference.

If the meaning of the 'Pre Update' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Update' containment reference.
See Also:
setPreUpdate(PreUpdate), OrmPackage.getXmlEventMethodContainer_PreUpdate()

setPreUpdate

void setPreUpdate(PreUpdate value)
Sets the value of the 'Pre Update' containment reference.

Parameters:
value - the new value of the 'Pre Update' containment reference.
See Also:
getPreUpdate()

getPostUpdate

PostUpdate getPostUpdate()
Returns the value of the 'Post Update' containment reference.

If the meaning of the 'Post Update' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Update' containment reference.
See Also:
setPostUpdate(PostUpdate), OrmPackage.getXmlEventMethodContainer_PostUpdate()

setPostUpdate

void setPostUpdate(PostUpdate value)
Sets the value of the 'Post Update' containment reference.

Parameters:
value - the new value of the 'Post Update' containment reference.
See Also:
getPostUpdate()

getPostLoad

PostLoad getPostLoad()
Returns the value of the 'Post Load' containment reference.

If the meaning of the 'Post Load' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Load' containment reference.
See Also:
setPostLoad(PostLoad), OrmPackage.getXmlEventMethodContainer_PostLoad()

setPostLoad

void setPostLoad(PostLoad value)
Sets the value of the 'Post Load' containment reference.

Parameters:
value - the new value of the 'Post Load' containment reference.
See Also:
getPostLoad()