blob: 17ae6b52e5217c0bc296a77d09783832f9ec37ac [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2009 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.core.resource.orm;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.jpt.core.MappingKeys;
import org.eclipse.jpt.core.internal.utility.translators.SimpleTranslator;
import org.eclipse.jpt.core.resource.orm.v2_0.JPA2_0;
import org.eclipse.jpt.core.resource.orm.v2_0.OrmV2_0Package;
import org.eclipse.jpt.core.resource.orm.v2_0.XmlOneToMany_2_0;
import org.eclipse.jpt.core.resource.orm.v2_0.XmlOrderable_2_0;
import org.eclipse.jpt.core.resource.orm.v2_0.XmlOrphanRemovable_2_0;
import org.eclipse.wst.common.internal.emf.resource.Translator;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>One To Many</b></em>'.
*
* 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.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany()
* @model kind="class"
* @generated
*/
public class XmlOneToMany extends AbstractXmlMultiRelationshipMapping implements XmlJoinColumnsMapping, XmlOneToMany_2_0
{
/**
* The cached value of the '{@link #getJoinColumns() <em>Join Columns</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getJoinColumns()
* @generated
* @ordered
*/
protected EList<XmlJoinColumn> joinColumns;
/**
* The default value of the '{@link #getOrphanRemoval() <em>Orphan Removal</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOrphanRemoval()
* @generated
* @ordered
*/
protected static final Boolean ORPHAN_REMOVAL_EDEFAULT = null;
/**
* The cached value of the '{@link #getOrphanRemoval() <em>Orphan Removal</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOrphanRemoval()
* @generated
* @ordered
*/
protected Boolean orphanRemoval = ORPHAN_REMOVAL_EDEFAULT;
/**
* The cached value of the '{@link #getMapKeyClass() <em>Map Key Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyClass()
* @generated
* @ordered
*/
protected XmlMapKeyClass mapKeyClass;
/**
* changed this to null and removed the generated flag so emf won't generate over it
* we don't want a default for enums, just null if the tag does not exist
*/
protected static final TemporalType MAP_KEY_TEMPORAL_EDEFAULT = null;
/**
* The cached value of the '{@link #getMapKeyTemporal() <em>Map Key Temporal</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyTemporal()
* @generated
* @ordered
*/
protected TemporalType mapKeyTemporal = MAP_KEY_TEMPORAL_EDEFAULT;
/**
* changed this to null and removed the generated flag so emf won't generate over it
* we don't want a default for enums, just null if the tag does not exist
*/
protected static final EnumType MAP_KEY_ENUMERATED_EDEFAULT = null;
/**
* The cached value of the '{@link #getMapKeyEnumerated() <em>Map Key Enumerated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyEnumerated()
* @generated
* @ordered
*/
protected EnumType mapKeyEnumerated = MAP_KEY_ENUMERATED_EDEFAULT;
/**
* The cached value of the '{@link #getMapKeyAttributeOverrides() <em>Map Key Attribute Overrides</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyAttributeOverrides()
* @generated
* @ordered
*/
protected EList<XmlAttributeOverride> mapKeyAttributeOverrides;
/**
* The cached value of the '{@link #getMapKeyColumn() <em>Map Key Column</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyColumn()
* @generated
* @ordered
*/
protected XmlColumn mapKeyColumn;
/**
* The cached value of the '{@link #getMapKeyJoinColumns() <em>Map Key Join Columns</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMapKeyJoinColumns()
* @generated
* @ordered
*/
protected EList<XmlJoinColumn> mapKeyJoinColumns;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected XmlOneToMany()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return OrmPackage.Literals.XML_ONE_TO_MANY;
}
/**
* Returns the value of the '<em><b>Join Columns</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.jpt.core.resource.orm.XmlJoinColumn}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Join Columns</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Join Columns</em>' containment reference list.
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlJoinColumnsMapping_JoinColumns()
* @model containment="true"
* @generated
*/
public EList<XmlJoinColumn> getJoinColumns()
{
if (joinColumns == null)
{
joinColumns = new EObjectContainmentEList<XmlJoinColumn>(XmlJoinColumn.class, this, OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS);
}
return joinColumns;
}
/**
* Returns the value of the '<em><b>Map Key Class</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key 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>Map Key Class</em>' containment reference.
* @see #setMapKeyClass(XmlMapKeyClass)
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyClass()
* @model containment="true"
* @generated
*/
public XmlMapKeyClass getMapKeyClass()
{
return mapKeyClass;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetMapKeyClass(XmlMapKeyClass newMapKeyClass, NotificationChain msgs)
{
XmlMapKeyClass oldMapKeyClass = mapKeyClass;
mapKeyClass = newMapKeyClass;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS, oldMapKeyClass, newMapKeyClass);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.XmlOneToMany#getMapKeyClass <em>Map Key Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Map Key Class</em>' containment reference.
* @see #getMapKeyClass()
* @generated
*/
public void setMapKeyClass(XmlMapKeyClass newMapKeyClass)
{
if (newMapKeyClass != mapKeyClass)
{
NotificationChain msgs = null;
if (mapKeyClass != null)
msgs = ((InternalEObject)mapKeyClass).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS, null, msgs);
if (newMapKeyClass != null)
msgs = ((InternalEObject)newMapKeyClass).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS, null, msgs);
msgs = basicSetMapKeyClass(newMapKeyClass, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS, newMapKeyClass, newMapKeyClass));
}
/**
* Returns the value of the '<em><b>Map Key Temporal</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.jpt.core.resource.orm.TemporalType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key Temporal</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Map Key Temporal</em>' attribute.
* @see org.eclipse.jpt.core.resource.orm.TemporalType
* @see #setMapKeyTemporal(TemporalType)
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyTemporal()
* @model
* @generated
*/
public TemporalType getMapKeyTemporal()
{
return mapKeyTemporal;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.XmlOneToMany#getMapKeyTemporal <em>Map Key Temporal</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Map Key Temporal</em>' attribute.
* @see org.eclipse.jpt.core.resource.orm.TemporalType
* @see #getMapKeyTemporal()
* @generated
*/
public void setMapKeyTemporal(TemporalType newMapKeyTemporal)
{
TemporalType oldMapKeyTemporal = mapKeyTemporal;
mapKeyTemporal = newMapKeyTemporal == null ? MAP_KEY_TEMPORAL_EDEFAULT : newMapKeyTemporal;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL, oldMapKeyTemporal, mapKeyTemporal));
}
/**
* Returns the value of the '<em><b>Map Key Enumerated</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.jpt.core.resource.orm.EnumType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key Enumerated</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Map Key Enumerated</em>' attribute.
* @see org.eclipse.jpt.core.resource.orm.EnumType
* @see #setMapKeyEnumerated(EnumType)
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyEnumerated()
* @model
* @generated
*/
public EnumType getMapKeyEnumerated()
{
return mapKeyEnumerated;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.XmlOneToMany#getMapKeyEnumerated <em>Map Key Enumerated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Map Key Enumerated</em>' attribute.
* @see org.eclipse.jpt.core.resource.orm.EnumType
* @see #getMapKeyEnumerated()
* @generated
*/
public void setMapKeyEnumerated(EnumType newMapKeyEnumerated)
{
EnumType oldMapKeyEnumerated = mapKeyEnumerated;
mapKeyEnumerated = newMapKeyEnumerated == null ? MAP_KEY_ENUMERATED_EDEFAULT : newMapKeyEnumerated;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED, oldMapKeyEnumerated, mapKeyEnumerated));
}
/**
* Returns the value of the '<em><b>Map Key Attribute Overrides</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.jpt.core.resource.orm.XmlAttributeOverride}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key Attribute Overrides</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Map Key Attribute Overrides</em>' containment reference list.
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyAttributeOverrides()
* @model containment="true"
* @generated
*/
public EList<XmlAttributeOverride> getMapKeyAttributeOverrides()
{
if (mapKeyAttributeOverrides == null)
{
mapKeyAttributeOverrides = new EObjectContainmentEList<XmlAttributeOverride>(XmlAttributeOverride.class, this, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES);
}
return mapKeyAttributeOverrides;
}
/**
* Returns the value of the '<em><b>Map Key Column</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key Column</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>Map Key Column</em>' containment reference.
* @see #setMapKeyColumn(XmlColumn)
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyColumn()
* @model containment="true"
* @generated
*/
public XmlColumn getMapKeyColumn()
{
return mapKeyColumn;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetMapKeyColumn(XmlColumn newMapKeyColumn, NotificationChain msgs)
{
XmlColumn oldMapKeyColumn = mapKeyColumn;
mapKeyColumn = newMapKeyColumn;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN, oldMapKeyColumn, newMapKeyColumn);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.XmlOneToMany#getMapKeyColumn <em>Map Key Column</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Map Key Column</em>' containment reference.
* @see #getMapKeyColumn()
* @generated
*/
public void setMapKeyColumn(XmlColumn newMapKeyColumn)
{
if (newMapKeyColumn != mapKeyColumn)
{
NotificationChain msgs = null;
if (mapKeyColumn != null)
msgs = ((InternalEObject)mapKeyColumn).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN, null, msgs);
if (newMapKeyColumn != null)
msgs = ((InternalEObject)newMapKeyColumn).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN, null, msgs);
msgs = basicSetMapKeyColumn(newMapKeyColumn, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN, newMapKeyColumn, newMapKeyColumn));
}
/**
* Returns the value of the '<em><b>Map Key Join Columns</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.jpt.core.resource.orm.XmlJoinColumn}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Map Key Join Columns</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Map Key Join Columns</em>' containment reference list.
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOneToMany_2_0_MapKeyJoinColumns()
* @model containment="true"
* @generated
*/
public EList<XmlJoinColumn> getMapKeyJoinColumns()
{
if (mapKeyJoinColumns == null)
{
mapKeyJoinColumns = new EObjectContainmentEList<XmlJoinColumn>(XmlJoinColumn.class, this, OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS);
}
return mapKeyJoinColumns;
}
/**
* Returns the value of the '<em><b>Orphan Removal</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Orphan Removal</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Orphan Removal</em>' attribute.
* @see #setOrphanRemoval(Boolean)
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getXmlOrphanRemovable_2_0_OrphanRemoval()
* @model dataType="org.eclipse.emf.ecore.xml.type.BooleanObject"
* @generated
*/
public Boolean getOrphanRemoval()
{
return orphanRemoval;
}
/**
* Sets the value of the '{@link org.eclipse.jpt.core.resource.orm.XmlOneToMany#getOrphanRemoval <em>Orphan Removal</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Orphan Removal</em>' attribute.
* @see #getOrphanRemoval()
* @generated
*/
public void setOrphanRemoval(Boolean newOrphanRemoval)
{
Boolean oldOrphanRemoval = orphanRemoval;
orphanRemoval = newOrphanRemoval;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL, oldOrphanRemoval, orphanRemoval));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
{
switch (featureID)
{
case OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS:
return ((InternalEList<?>)getJoinColumns()).basicRemove(otherEnd, msgs);
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS:
return basicSetMapKeyClass(null, msgs);
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES:
return ((InternalEList<?>)getMapKeyAttributeOverrides()).basicRemove(otherEnd, msgs);
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN:
return basicSetMapKeyColumn(null, msgs);
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS:
return ((InternalEList<?>)getMapKeyJoinColumns()).basicRemove(otherEnd, 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 OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS:
return getJoinColumns();
case OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL:
return getOrphanRemoval();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS:
return getMapKeyClass();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL:
return getMapKeyTemporal();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED:
return getMapKeyEnumerated();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES:
return getMapKeyAttributeOverrides();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN:
return getMapKeyColumn();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS:
return getMapKeyJoinColumns();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue)
{
switch (featureID)
{
case OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS:
getJoinColumns().clear();
getJoinColumns().addAll((Collection<? extends XmlJoinColumn>)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL:
setOrphanRemoval((Boolean)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS:
setMapKeyClass((XmlMapKeyClass)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL:
setMapKeyTemporal((TemporalType)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED:
setMapKeyEnumerated((EnumType)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES:
getMapKeyAttributeOverrides().clear();
getMapKeyAttributeOverrides().addAll((Collection<? extends XmlAttributeOverride>)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN:
setMapKeyColumn((XmlColumn)newValue);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS:
getMapKeyJoinColumns().clear();
getMapKeyJoinColumns().addAll((Collection<? extends XmlJoinColumn>)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID)
{
switch (featureID)
{
case OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS:
getJoinColumns().clear();
return;
case OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL:
setOrphanRemoval(ORPHAN_REMOVAL_EDEFAULT);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS:
setMapKeyClass((XmlMapKeyClass)null);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL:
setMapKeyTemporal(MAP_KEY_TEMPORAL_EDEFAULT);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED:
setMapKeyEnumerated(MAP_KEY_ENUMERATED_EDEFAULT);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES:
getMapKeyAttributeOverrides().clear();
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN:
setMapKeyColumn((XmlColumn)null);
return;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS:
getMapKeyJoinColumns().clear();
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID)
{
switch (featureID)
{
case OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS:
return joinColumns != null && !joinColumns.isEmpty();
case OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL:
return ORPHAN_REMOVAL_EDEFAULT == null ? orphanRemoval != null : !ORPHAN_REMOVAL_EDEFAULT.equals(orphanRemoval);
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS:
return mapKeyClass != null;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL:
return mapKeyTemporal != MAP_KEY_TEMPORAL_EDEFAULT;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED:
return mapKeyEnumerated != MAP_KEY_ENUMERATED_EDEFAULT;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES:
return mapKeyAttributeOverrides != null && !mapKeyAttributeOverrides.isEmpty();
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN:
return mapKeyColumn != null;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS:
return mapKeyJoinColumns != null && !mapKeyJoinColumns.isEmpty();
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)
{
if (baseClass == XmlJoinColumnsMapping.class)
{
switch (derivedFeatureID)
{
case OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS: return OrmPackage.XML_JOIN_COLUMNS_MAPPING__JOIN_COLUMNS;
default: return -1;
}
}
if (baseClass == XmlOrphanRemovable_2_0.class)
{
switch (derivedFeatureID)
{
case OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL: return OrmV2_0Package.XML_ORPHAN_REMOVABLE_20__ORPHAN_REMOVAL;
default: return -1;
}
}
if (baseClass == XmlOneToMany_2_0.class)
{
switch (derivedFeatureID)
{
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_CLASS;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_TEMPORAL;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_ENUMERATED;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_ATTRIBUTE_OVERRIDES;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_COLUMN;
case OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS: return OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_JOIN_COLUMNS;
default: return -1;
}
}
return super.eBaseStructuralFeatureID(derivedFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)
{
if (baseClass == XmlJoinColumnsMapping.class)
{
switch (baseFeatureID)
{
case OrmPackage.XML_JOIN_COLUMNS_MAPPING__JOIN_COLUMNS: return OrmPackage.XML_ONE_TO_MANY__JOIN_COLUMNS;
default: return -1;
}
}
if (baseClass == XmlOrphanRemovable_2_0.class)
{
switch (baseFeatureID)
{
case OrmV2_0Package.XML_ORPHAN_REMOVABLE_20__ORPHAN_REMOVAL: return OrmPackage.XML_ONE_TO_MANY__ORPHAN_REMOVAL;
default: return -1;
}
}
if (baseClass == XmlOneToMany_2_0.class)
{
switch (baseFeatureID)
{
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_CLASS: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_CLASS;
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_TEMPORAL: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_TEMPORAL;
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_ENUMERATED: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ENUMERATED;
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_ATTRIBUTE_OVERRIDES: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_ATTRIBUTE_OVERRIDES;
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_COLUMN: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_COLUMN;
case OrmV2_0Package.XML_ONE_TO_MANY_20__MAP_KEY_JOIN_COLUMNS: return OrmPackage.XML_ONE_TO_MANY__MAP_KEY_JOIN_COLUMNS;
default: return -1;
}
}
return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString()
{
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (orphanRemoval: ");
result.append(orphanRemoval);
result.append(", mapKeyTemporal: ");
result.append(mapKeyTemporal);
result.append(", mapKeyEnumerated: ");
result.append(mapKeyEnumerated);
result.append(')');
return result.toString();
}
public String getMappingKey() {
return MappingKeys.ONE_TO_MANY_ATTRIBUTE_MAPPING_KEY;
}
// ********** translators **********
public static Translator buildTranslator(String elementName, EStructuralFeature structuralFeature) {
return new SimpleTranslator(elementName, structuralFeature, buildTranslatorChildren());
}
private static Translator[] buildTranslatorChildren() {
return new Translator[] {
buildNameTranslator(),
buildTargetEntityTranslator(),
buildFetchTranslator(),
buildAccessTranslator(),
buildMappedByTranslator(),
buildOrphanRemovalTranslator(),
buildOrderByTranslator(),
buildOrderColumnTranslator(),
buildMapKeyTranslator(),
buildMapKeyClassTranslator(),
buildMapKeyTemporalTranslator(),
buildMapKeyEnumeratedTranslator(),
buildMapKeyAttributeOverrideTranslator(),
buildMapKeyColumnTranslator(),
buildMapKeyJoinColumnTranslator(),
buildJoinTableTranslator(),
buildJoinColumnTranslator(),
buildCascadeTranslator()
};
}
protected static Translator buildMappedByTranslator() {
return new Translator(JPA.MAPPED_BY, OrmPackage.eINSTANCE.getXmlMappedByMapping_MappedBy(), Translator.DOM_ATTRIBUTE);
}
protected static Translator buildOrphanRemovalTranslator() {
return new Translator(JPA2_0.ORPHAN_REMOVAL, OrmV2_0Package.eINSTANCE.getXmlOrphanRemovable_2_0_OrphanRemoval(), Translator.DOM_ATTRIBUTE);
}
protected static Translator buildOrderColumnTranslator() {
return XmlOrderColumn.buildTranslator(JPA2_0.ORDER_COLUMN, OrmV2_0Package.eINSTANCE.getXmlOrderable_2_0_OrderColumn());
}
protected static Translator buildMapKeyTemporalTranslator() {
return new Translator(JPA2_0.MAP_KEY_TEMPORAL, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyTemporal());
}
protected static Translator buildMapKeyEnumeratedTranslator() {
return new Translator(JPA2_0.MAP_KEY_ENUMERATED, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyEnumerated());
}
protected static Translator buildMapKeyClassTranslator() {
return XmlMapKeyClass.buildTranslator(JPA2_0.MAP_KEY_CLASS, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyClass());
}
protected static Translator buildMapKeyAttributeOverrideTranslator() {
return XmlAttributeOverride.buildTranslator(JPA2_0.MAP_KEY_ATTRIBUTE_OVERRIDE, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyAttributeOverrides());
}
protected static Translator buildMapKeyColumnTranslator() {
return XmlColumn.buildTranslator(JPA2_0.MAP_KEY_COLUMN, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyColumn());
}
protected static Translator buildMapKeyJoinColumnTranslator() {
return XmlJoinColumn.buildTranslator(JPA2_0.MAP_KEY_JOIN_COLUMN, OrmV2_0Package.eINSTANCE.getXmlOneToMany_2_0_MapKeyJoinColumns());
}
protected static Translator buildJoinTableTranslator() {
return XmlJoinTable.buildTranslator(JPA.JOIN_TABLE, OrmPackage.eINSTANCE.getXmlJoinTableMapping_JoinTable());
}
protected static Translator buildJoinColumnTranslator() {
return XmlJoinColumn.buildTranslator(JPA.JOIN_COLUMN, OrmPackage.eINSTANCE.getXmlJoinColumnsMapping_JoinColumns());
}
}