blob: 32dc9d02cb5a348fe0cacc8393f8e8c337fa8dbb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Oracle.
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Oracle - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.eclipselink.core.resource.elorm;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Xml Mapped Superclass</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getIdClass <em>Id Class</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#isExcludeDefaultListeners <em>Exclude Default Listeners</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#isExcludeSuperclassListeners <em>Exclude Superclass Listeners</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getEntityListeners <em>Entity Listeners</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPrePersist <em>Pre Persist</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostPersist <em>Post Persist</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPreRemove <em>Pre Remove</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostRemove <em>Post Remove</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPreUpdate <em>Pre Update</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostUpdate <em>Post Update</em>}</li>
* <li>{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostLoad <em>Post Load</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass()
* @model kind="class"
* @generated
*/
public class XmlMappedSuperclass extends AbstractXmlTypeMapping
{
/**
* The cached value of the '{@link #getIdClass() <em>Id Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getIdClass()
* @generated
* @ordered
*/
protected XmlIdClass idClass;
/**
* The default value of the '{@link #isExcludeDefaultListeners() <em>Exclude Default Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isExcludeDefaultListeners()
* @generated
* @ordered
*/
protected static final boolean EXCLUDE_DEFAULT_LISTENERS_EDEFAULT = false;
/**
* The cached value of the '{@link #isExcludeDefaultListeners() <em>Exclude Default Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isExcludeDefaultListeners()
* @generated
* @ordered
*/
protected boolean excludeDefaultListeners = EXCLUDE_DEFAULT_LISTENERS_EDEFAULT;
/**
* The default value of the '{@link #isExcludeSuperclassListeners() <em>Exclude Superclass Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isExcludeSuperclassListeners()
* @generated
* @ordered
*/
protected static final boolean EXCLUDE_SUPERCLASS_LISTENERS_EDEFAULT = false;
/**
* The cached value of the '{@link #isExcludeSuperclassListeners() <em>Exclude Superclass Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isExcludeSuperclassListeners()
* @generated
* @ordered
*/
protected boolean excludeSuperclassListeners = EXCLUDE_SUPERCLASS_LISTENERS_EDEFAULT;
/**
* The cached value of the '{@link #getEntityListeners() <em>Entity Listeners</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEntityListeners()
* @generated
* @ordered
*/
protected EntityListeners entityListeners;
/**
* The cached value of the '{@link #getPrePersist() <em>Pre Persist</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPrePersist()
* @generated
* @ordered
*/
protected PrePersist prePersist;
/**
* The cached value of the '{@link #getPostPersist() <em>Post Persist</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPostPersist()
* @generated
* @ordered
*/
protected PostPersist postPersist;
/**
* The cached value of the '{@link #getPreRemove() <em>Pre Remove</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPreRemove()
* @generated
* @ordered
*/
protected PreRemove preRemove;
/**
* The cached value of the '{@link #getPostRemove() <em>Post Remove</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPostRemove()
* @generated
* @ordered
*/
protected PostRemove postRemove;
/**
* The cached value of the '{@link #getPreUpdate() <em>Pre Update</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPreUpdate()
* @generated
* @ordered
*/
protected PreUpdate preUpdate;
/**
* The cached value of the '{@link #getPostUpdate() <em>Post Update</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPostUpdate()
* @generated
* @ordered
*/
protected PostUpdate postUpdate;
/**
* The cached value of the '{@link #getPostLoad() <em>Post Load</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getPostLoad()
* @generated
* @ordered
*/
protected PostLoad postLoad;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected XmlMappedSuperclass()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return EclipseLinkOrmPackage.Literals.XML_MAPPED_SUPERCLASS;
}
/**
* Returns the value of the '<em><b>Id Class</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id Class</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id Class</em>' containment reference.
* @see #setIdClass(XmlIdClass)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_IdClass()
* @model containment="true"
* @generated
*/
public XmlIdClass getIdClass()
{
return idClass;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetIdClass(XmlIdClass newIdClass, NotificationChain msgs)
{
XmlIdClass oldIdClass = idClass;
idClass = newIdClass;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS, oldIdClass, newIdClass);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getIdClass <em>Id Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id Class</em>' containment reference.
* @see #getIdClass()
* @generated
*/
public void setIdClass(XmlIdClass newIdClass)
{
if (newIdClass != idClass)
{
NotificationChain msgs = null;
if (idClass != null)
msgs = ((InternalEObject)idClass).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS, null, msgs);
if (newIdClass != null)
msgs = ((InternalEObject)newIdClass).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS, null, msgs);
msgs = basicSetIdClass(newIdClass, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS, newIdClass, newIdClass));
}
/**
* Returns the value of the '<em><b>Exclude Default Listeners</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exclude Default Listeners</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exclude Default Listeners</em>' attribute.
* @see #setExcludeDefaultListeners(boolean)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_ExcludeDefaultListeners()
* @model dataType="org.eclipse.emf.ecore.xml.type.Boolean"
* @generated
*/
public boolean isExcludeDefaultListeners()
{
return excludeDefaultListeners;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#isExcludeDefaultListeners <em>Exclude Default Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exclude Default Listeners</em>' attribute.
* @see #isExcludeDefaultListeners()
* @generated
*/
public void setExcludeDefaultListeners(boolean newExcludeDefaultListeners)
{
boolean oldExcludeDefaultListeners = excludeDefaultListeners;
excludeDefaultListeners = newExcludeDefaultListeners;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_DEFAULT_LISTENERS, oldExcludeDefaultListeners, excludeDefaultListeners));
}
/**
* Returns the value of the '<em><b>Exclude Superclass Listeners</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exclude Superclass Listeners</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exclude Superclass Listeners</em>' attribute.
* @see #setExcludeSuperclassListeners(boolean)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_ExcludeSuperclassListeners()
* @model dataType="org.eclipse.emf.ecore.xml.type.Boolean"
* @generated
*/
public boolean isExcludeSuperclassListeners()
{
return excludeSuperclassListeners;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#isExcludeSuperclassListeners <em>Exclude Superclass Listeners</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exclude Superclass Listeners</em>' attribute.
* @see #isExcludeSuperclassListeners()
* @generated
*/
public void setExcludeSuperclassListeners(boolean newExcludeSuperclassListeners)
{
boolean oldExcludeSuperclassListeners = excludeSuperclassListeners;
excludeSuperclassListeners = newExcludeSuperclassListeners;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_SUPERCLASS_LISTENERS, oldExcludeSuperclassListeners, excludeSuperclassListeners));
}
/**
* Returns the value of the '<em><b>Entity Listeners</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entity Listeners</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Entity Listeners</em>' containment reference.
* @see #setEntityListeners(EntityListeners)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_EntityListeners()
* @model containment="true"
* @generated
*/
public EntityListeners getEntityListeners()
{
return entityListeners;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetEntityListeners(EntityListeners newEntityListeners, NotificationChain msgs)
{
EntityListeners oldEntityListeners = entityListeners;
entityListeners = newEntityListeners;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS, oldEntityListeners, newEntityListeners);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getEntityListeners <em>Entity Listeners</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Entity Listeners</em>' containment reference.
* @see #getEntityListeners()
* @generated
*/
public void setEntityListeners(EntityListeners newEntityListeners)
{
if (newEntityListeners != entityListeners)
{
NotificationChain msgs = null;
if (entityListeners != null)
msgs = ((InternalEObject)entityListeners).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS, null, msgs);
if (newEntityListeners != null)
msgs = ((InternalEObject)newEntityListeners).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS, null, msgs);
msgs = basicSetEntityListeners(newEntityListeners, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS, newEntityListeners, newEntityListeners));
}
/**
* Returns the value of the '<em><b>Pre Persist</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pre Persist</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Pre Persist</em>' containment reference.
* @see #setPrePersist(PrePersist)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PrePersist()
* @model containment="true"
* @generated
*/
public PrePersist getPrePersist()
{
return prePersist;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPrePersist(PrePersist newPrePersist, NotificationChain msgs)
{
PrePersist oldPrePersist = prePersist;
prePersist = newPrePersist;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST, oldPrePersist, newPrePersist);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPrePersist <em>Pre Persist</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pre Persist</em>' containment reference.
* @see #getPrePersist()
* @generated
*/
public void setPrePersist(PrePersist newPrePersist)
{
if (newPrePersist != prePersist)
{
NotificationChain msgs = null;
if (prePersist != null)
msgs = ((InternalEObject)prePersist).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST, null, msgs);
if (newPrePersist != null)
msgs = ((InternalEObject)newPrePersist).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST, null, msgs);
msgs = basicSetPrePersist(newPrePersist, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST, newPrePersist, newPrePersist));
}
/**
* Returns the value of the '<em><b>Post Persist</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Post Persist</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Post Persist</em>' containment reference.
* @see #setPostPersist(PostPersist)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PostPersist()
* @model containment="true"
* @generated
*/
public PostPersist getPostPersist()
{
return postPersist;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPostPersist(PostPersist newPostPersist, NotificationChain msgs)
{
PostPersist oldPostPersist = postPersist;
postPersist = newPostPersist;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST, oldPostPersist, newPostPersist);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostPersist <em>Post Persist</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Post Persist</em>' containment reference.
* @see #getPostPersist()
* @generated
*/
public void setPostPersist(PostPersist newPostPersist)
{
if (newPostPersist != postPersist)
{
NotificationChain msgs = null;
if (postPersist != null)
msgs = ((InternalEObject)postPersist).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST, null, msgs);
if (newPostPersist != null)
msgs = ((InternalEObject)newPostPersist).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST, null, msgs);
msgs = basicSetPostPersist(newPostPersist, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST, newPostPersist, newPostPersist));
}
/**
* Returns the value of the '<em><b>Pre Remove</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pre Remove</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Pre Remove</em>' containment reference.
* @see #setPreRemove(PreRemove)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PreRemove()
* @model containment="true"
* @generated
*/
public PreRemove getPreRemove()
{
return preRemove;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPreRemove(PreRemove newPreRemove, NotificationChain msgs)
{
PreRemove oldPreRemove = preRemove;
preRemove = newPreRemove;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE, oldPreRemove, newPreRemove);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPreRemove <em>Pre Remove</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pre Remove</em>' containment reference.
* @see #getPreRemove()
* @generated
*/
public void setPreRemove(PreRemove newPreRemove)
{
if (newPreRemove != preRemove)
{
NotificationChain msgs = null;
if (preRemove != null)
msgs = ((InternalEObject)preRemove).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE, null, msgs);
if (newPreRemove != null)
msgs = ((InternalEObject)newPreRemove).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE, null, msgs);
msgs = basicSetPreRemove(newPreRemove, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE, newPreRemove, newPreRemove));
}
/**
* Returns the value of the '<em><b>Post Remove</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Post Remove</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Post Remove</em>' containment reference.
* @see #setPostRemove(PostRemove)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PostRemove()
* @model containment="true"
* @generated
*/
public PostRemove getPostRemove()
{
return postRemove;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPostRemove(PostRemove newPostRemove, NotificationChain msgs)
{
PostRemove oldPostRemove = postRemove;
postRemove = newPostRemove;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE, oldPostRemove, newPostRemove);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostRemove <em>Post Remove</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Post Remove</em>' containment reference.
* @see #getPostRemove()
* @generated
*/
public void setPostRemove(PostRemove newPostRemove)
{
if (newPostRemove != postRemove)
{
NotificationChain msgs = null;
if (postRemove != null)
msgs = ((InternalEObject)postRemove).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE, null, msgs);
if (newPostRemove != null)
msgs = ((InternalEObject)newPostRemove).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE, null, msgs);
msgs = basicSetPostRemove(newPostRemove, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE, newPostRemove, newPostRemove));
}
/**
* Returns the value of the '<em><b>Pre Update</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pre Update</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Pre Update</em>' containment reference.
* @see #setPreUpdate(PreUpdate)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PreUpdate()
* @model containment="true"
* @generated
*/
public PreUpdate getPreUpdate()
{
return preUpdate;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPreUpdate(PreUpdate newPreUpdate, NotificationChain msgs)
{
PreUpdate oldPreUpdate = preUpdate;
preUpdate = newPreUpdate;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE, oldPreUpdate, newPreUpdate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPreUpdate <em>Pre Update</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pre Update</em>' containment reference.
* @see #getPreUpdate()
* @generated
*/
public void setPreUpdate(PreUpdate newPreUpdate)
{
if (newPreUpdate != preUpdate)
{
NotificationChain msgs = null;
if (preUpdate != null)
msgs = ((InternalEObject)preUpdate).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE, null, msgs);
if (newPreUpdate != null)
msgs = ((InternalEObject)newPreUpdate).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE, null, msgs);
msgs = basicSetPreUpdate(newPreUpdate, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE, newPreUpdate, newPreUpdate));
}
/**
* Returns the value of the '<em><b>Post Update</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Post Update</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Post Update</em>' containment reference.
* @see #setPostUpdate(PostUpdate)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PostUpdate()
* @model containment="true"
* @generated
*/
public PostUpdate getPostUpdate()
{
return postUpdate;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPostUpdate(PostUpdate newPostUpdate, NotificationChain msgs)
{
PostUpdate oldPostUpdate = postUpdate;
postUpdate = newPostUpdate;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE, oldPostUpdate, newPostUpdate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostUpdate <em>Post Update</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Post Update</em>' containment reference.
* @see #getPostUpdate()
* @generated
*/
public void setPostUpdate(PostUpdate newPostUpdate)
{
if (newPostUpdate != postUpdate)
{
NotificationChain msgs = null;
if (postUpdate != null)
msgs = ((InternalEObject)postUpdate).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE, null, msgs);
if (newPostUpdate != null)
msgs = ((InternalEObject)newPostUpdate).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE, null, msgs);
msgs = basicSetPostUpdate(newPostUpdate, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE, newPostUpdate, newPostUpdate));
}
/**
* Returns the value of the '<em><b>Post Load</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Post Load</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Post Load</em>' containment reference.
* @see #setPostLoad(PostLoad)
* @see org.eclipse.jpt.eclipselink.core.resource.elorm.EclipseLinkOrmPackage#getXmlMappedSuperclass_PostLoad()
* @model containment="true"
* @generated
*/
public PostLoad getPostLoad()
{
return postLoad;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPostLoad(PostLoad newPostLoad, NotificationChain msgs)
{
PostLoad oldPostLoad = postLoad;
postLoad = newPostLoad;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD, oldPostLoad, newPostLoad);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.eclipselink.core.resource.elorm.XmlMappedSuperclass#getPostLoad <em>Post Load</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Post Load</em>' containment reference.
* @see #getPostLoad()
* @generated
*/
public void setPostLoad(PostLoad newPostLoad)
{
if (newPostLoad != postLoad)
{
NotificationChain msgs = null;
if (postLoad != null)
msgs = ((InternalEObject)postLoad).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD, null, msgs);
if (newPostLoad != null)
msgs = ((InternalEObject)newPostLoad).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD, null, msgs);
msgs = basicSetPostLoad(newPostLoad, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD, newPostLoad, newPostLoad));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
{
switch (featureID)
{
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS:
return basicSetIdClass(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS:
return basicSetEntityListeners(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST:
return basicSetPrePersist(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST:
return basicSetPostPersist(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE:
return basicSetPreRemove(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE:
return basicSetPostRemove(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE:
return basicSetPreUpdate(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE:
return basicSetPostUpdate(null, msgs);
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD:
return basicSetPostLoad(null, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType)
{
switch (featureID)
{
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS:
return getIdClass();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_DEFAULT_LISTENERS:
return isExcludeDefaultListeners() ? Boolean.TRUE : Boolean.FALSE;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_SUPERCLASS_LISTENERS:
return isExcludeSuperclassListeners() ? Boolean.TRUE : Boolean.FALSE;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS:
return getEntityListeners();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST:
return getPrePersist();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST:
return getPostPersist();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE:
return getPreRemove();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE:
return getPostRemove();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE:
return getPreUpdate();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE:
return getPostUpdate();
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD:
return getPostLoad();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eSet(int featureID, Object newValue)
{
switch (featureID)
{
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS:
setIdClass((XmlIdClass)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_DEFAULT_LISTENERS:
setExcludeDefaultListeners(((Boolean)newValue).booleanValue());
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_SUPERCLASS_LISTENERS:
setExcludeSuperclassListeners(((Boolean)newValue).booleanValue());
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS:
setEntityListeners((EntityListeners)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST:
setPrePersist((PrePersist)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST:
setPostPersist((PostPersist)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE:
setPreRemove((PreRemove)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE:
setPostRemove((PostRemove)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE:
setPreUpdate((PreUpdate)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE:
setPostUpdate((PostUpdate)newValue);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD:
setPostLoad((PostLoad)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID)
{
switch (featureID)
{
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS:
setIdClass((XmlIdClass)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_DEFAULT_LISTENERS:
setExcludeDefaultListeners(EXCLUDE_DEFAULT_LISTENERS_EDEFAULT);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_SUPERCLASS_LISTENERS:
setExcludeSuperclassListeners(EXCLUDE_SUPERCLASS_LISTENERS_EDEFAULT);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS:
setEntityListeners((EntityListeners)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST:
setPrePersist((PrePersist)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST:
setPostPersist((PostPersist)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE:
setPreRemove((PreRemove)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE:
setPostRemove((PostRemove)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE:
setPreUpdate((PreUpdate)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE:
setPostUpdate((PostUpdate)null);
return;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD:
setPostLoad((PostLoad)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID)
{
switch (featureID)
{
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ID_CLASS:
return idClass != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_DEFAULT_LISTENERS:
return excludeDefaultListeners != EXCLUDE_DEFAULT_LISTENERS_EDEFAULT;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__EXCLUDE_SUPERCLASS_LISTENERS:
return excludeSuperclassListeners != EXCLUDE_SUPERCLASS_LISTENERS_EDEFAULT;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__ENTITY_LISTENERS:
return entityListeners != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_PERSIST:
return prePersist != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_PERSIST:
return postPersist != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_REMOVE:
return preRemove != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_REMOVE:
return postRemove != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__PRE_UPDATE:
return preUpdate != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_UPDATE:
return postUpdate != null;
case EclipseLinkOrmPackage.XML_MAPPED_SUPERCLASS__POST_LOAD:
return postLoad != null;
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString()
{
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (excludeDefaultListeners: ");
result.append(excludeDefaultListeners);
result.append(", excludeSuperclassListeners: ");
result.append(excludeSuperclassListeners);
result.append(')');
return result.toString();
}
} // XmlMappedSuperclass