|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.jpt.core.resource.common.AbstractJpaEObject
org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
public class XmlMappedSuperclass
A representation of the model object 'Mapped Superclass'. 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:
Id Class
Exclude Default Listeners
Exclude Superclass Listeners
Entity Listeners
Pre Persist
Post Persist
Pre Remove
Post Remove
Pre Update
Post Update
Post Load
OrmPackage.getXmlMappedSuperclass()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
ELAST_EOBJECT_FLAG |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetEntityListeners(EntityListeners newEntityListeners,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetIdClass(XmlIdClass newIdClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPostLoad(PostLoad newPostLoad,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPostPersist(PostPersist newPostPersist,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPostRemove(PostRemove newPostRemove,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPostUpdate(PostUpdate newPostUpdate,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPrePersist(PrePersist newPrePersist,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPreRemove(PreRemove newPreRemove,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPreUpdate(PreUpdate newPreUpdate,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
XmlEntityMappings |
entityMappings()
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
EntityListeners |
getEntityListeners()
Returns the value of the 'Entity Listeners' containment reference. |
XmlIdClass |
getIdClass()
Returns the value of the 'Id Class' containment reference. |
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. |
boolean |
isExcludeDefaultListeners()
Returns the value of the 'Exclude Default Listeners' attribute. |
boolean |
isExcludeSuperclassListeners()
Returns the value of the 'Exclude Superclass Listeners' attribute. |
void |
setEntityListeners(EntityListeners newEntityListeners)
Sets the value of the ' Entity Listeners ' containment reference. |
void |
setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
Sets the value of the ' Exclude Default Listeners ' attribute. |
void |
setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
Sets the value of the ' Exclude Superclass Listeners ' attribute. |
void |
setIdClass(XmlIdClass newIdClass)
Sets the value of the ' Id Class ' containment reference. |
void |
setPostLoad(PostLoad newPostLoad)
Sets the value of the ' Post Load ' containment reference. |
void |
setPostPersist(PostPersist newPostPersist)
Sets the value of the ' Post Persist ' containment reference. |
void |
setPostRemove(PostRemove newPostRemove)
Sets the value of the ' Post Remove ' containment reference. |
void |
setPostUpdate(PostUpdate newPostUpdate)
Sets the value of the ' Post Update ' containment reference. |
void |
setPrePersist(PrePersist newPrePersist)
Sets the value of the ' Pre Persist ' containment reference. |
void |
setPreRemove(PreRemove newPreRemove)
Sets the value of the ' Pre Remove ' containment reference. |
void |
setPreUpdate(PreUpdate newPreUpdate)
Sets the value of the ' Pre Update ' containment reference. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping |
---|
basicSetAttributes, getAccess, getAttributes, getAttributesTextRange, getClassName, getClassTextRange, getDescription, getMetadataComplete, setAccess, setAttributes, setClassName, setDescription, setMetadataComplete |
Methods inherited from class org.eclipse.jpt.core.resource.common.AbstractJpaEObject |
---|
containsOffset, eAdapters, eNotify, getFullTextRange, getNode, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Method Detail |
---|
public XmlEntityMappings entityMappings()
public XmlIdClass getIdClass()
If the meaning of the 'Id Class' containment reference isn't clear, there really should be more of a description here...
setIdClass(XmlIdClass)
,
OrmPackage.getXmlMappedSuperclass_IdClass()
public org.eclipse.emf.common.notify.NotificationChain basicSetIdClass(XmlIdClass newIdClass, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setIdClass(XmlIdClass newIdClass)
Id Class
' containment reference.
value
- the new value of the 'Id Class' containment reference.getIdClass()
public boolean isExcludeDefaultListeners()
If the meaning of the 'Exclude Default Listeners' attribute isn't clear, there really should be more of a description here...
setExcludeDefaultListeners(boolean)
,
OrmPackage.getXmlMappedSuperclass_ExcludeDefaultListeners()
public void setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
Exclude Default Listeners
' attribute.
value
- the new value of the 'Exclude Default Listeners' attribute.isExcludeDefaultListeners()
public boolean isExcludeSuperclassListeners()
If the meaning of the 'Exclude Superclass Listeners' attribute isn't clear, there really should be more of a description here...
setExcludeSuperclassListeners(boolean)
,
OrmPackage.getXmlMappedSuperclass_ExcludeSuperclassListeners()
public void setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
Exclude Superclass Listeners
' attribute.
value
- the new value of the 'Exclude Superclass Listeners' attribute.isExcludeSuperclassListeners()
public EntityListeners getEntityListeners()
If the meaning of the 'Entity Listeners' containment reference isn't clear, there really should be more of a description here...
setEntityListeners(EntityListeners)
,
OrmPackage.getXmlMappedSuperclass_EntityListeners()
public org.eclipse.emf.common.notify.NotificationChain basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setEntityListeners(EntityListeners newEntityListeners)
Entity Listeners
' containment reference.
value
- the new value of the 'Entity Listeners' containment reference.getEntityListeners()
public PrePersist getPrePersist()
If the meaning of the 'Pre Persist' containment reference isn't clear, there really should be more of a description here...
setPrePersist(PrePersist)
,
OrmPackage.getXmlMappedSuperclass_PrePersist()
public org.eclipse.emf.common.notify.NotificationChain basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPrePersist(PrePersist newPrePersist)
Pre Persist
' containment reference.
value
- the new value of the 'Pre Persist' containment reference.getPrePersist()
public PostPersist getPostPersist()
If the meaning of the 'Post Persist' containment reference isn't clear, there really should be more of a description here...
setPostPersist(PostPersist)
,
OrmPackage.getXmlMappedSuperclass_PostPersist()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostPersist(PostPersist newPostPersist)
Post Persist
' containment reference.
value
- the new value of the 'Post Persist' containment reference.getPostPersist()
public PreRemove getPreRemove()
If the meaning of the 'Pre Remove' containment reference isn't clear, there really should be more of a description here...
setPreRemove(PreRemove)
,
OrmPackage.getXmlMappedSuperclass_PreRemove()
public org.eclipse.emf.common.notify.NotificationChain basicSetPreRemove(PreRemove newPreRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPreRemove(PreRemove newPreRemove)
Pre Remove
' containment reference.
value
- the new value of the 'Pre Remove' containment reference.getPreRemove()
public PostRemove getPostRemove()
If the meaning of the 'Post Remove' containment reference isn't clear, there really should be more of a description here...
setPostRemove(PostRemove)
,
OrmPackage.getXmlMappedSuperclass_PostRemove()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostRemove(PostRemove newPostRemove)
Post Remove
' containment reference.
value
- the new value of the 'Post Remove' containment reference.getPostRemove()
public PreUpdate getPreUpdate()
If the meaning of the 'Pre Update' containment reference isn't clear, there really should be more of a description here...
setPreUpdate(PreUpdate)
,
OrmPackage.getXmlMappedSuperclass_PreUpdate()
public org.eclipse.emf.common.notify.NotificationChain basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPreUpdate(PreUpdate newPreUpdate)
Pre Update
' containment reference.
value
- the new value of the 'Pre Update' containment reference.getPreUpdate()
public PostUpdate getPostUpdate()
If the meaning of the 'Post Update' containment reference isn't clear, there really should be more of a description here...
setPostUpdate(PostUpdate)
,
OrmPackage.getXmlMappedSuperclass_PostUpdate()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostUpdate(PostUpdate newPostUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostUpdate(PostUpdate newPostUpdate)
Post Update
' containment reference.
value
- the new value of the 'Post Update' containment reference.getPostUpdate()
public PostLoad getPostLoad()
If the meaning of the 'Post Load' containment reference isn't clear, there really should be more of a description here...
setPostLoad(PostLoad)
,
OrmPackage.getXmlMappedSuperclass_PostLoad()
public org.eclipse.emf.common.notify.NotificationChain basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPostLoad(PostLoad newPostLoad)
Post Load
' containment reference.
value
- the new value of the 'Post Load' containment reference.getPostLoad()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class AbstractXmlTypeMapping
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class AbstractXmlTypeMapping
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class AbstractXmlTypeMapping
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class AbstractXmlTypeMapping
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class AbstractXmlTypeMapping
public java.lang.String toString()
toString
in class AbstractXmlTypeMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |