blob: ad13d0ba00f7e4b98054d58fe74e36171c935b26 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.dsl.semantic.entity.impl;
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.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.osbp.dsl.semantic.common.types.LDatatypeConstraint;
import org.eclipse.osbp.dsl.semantic.common.types.LFeature;
import org.eclipse.osbp.dsl.semantic.common.types.LKeyAndValue;
import org.eclipse.osbp.dsl.semantic.common.types.LReference;
import org.eclipse.osbp.dsl.semantic.common.types.LResultFilters;
import org.eclipse.osbp.dsl.semantic.common.types.LType;
import org.eclipse.osbp.dsl.semantic.common.types.OSBPTypesPackage;
import org.eclipse.osbp.dsl.semantic.entity.LBeanReference;
import org.eclipse.osbp.dsl.semantic.entity.OSBPEntityPackage;
import org.eclipse.xtext.common.types.JvmTypeReference;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>LBean Reference</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isLazy <em>Lazy</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isCascading <em>Cascading</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getConstraints <em>Constraints</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getOpposite <em>Opposite</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getTypeJvm <em>Type Jvm</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getResultFilters <em>Result Filters</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class LBeanReferenceImpl extends LBeanFeatureImpl implements LBeanReference {
/**
* The default value of the '{@link #isLazy() <em>Lazy</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isLazy()
* @generated
* @ordered
*/
protected static final boolean LAZY_EDEFAULT = false;
/**
* The cached value of the '{@link #isLazy() <em>Lazy</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isLazy()
* @generated
* @ordered
*/
protected boolean lazy = LAZY_EDEFAULT;
/**
* The default value of the '{@link #isCascading() <em>Cascading</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isCascading()
* @generated
* @ordered
*/
protected static final boolean CASCADING_EDEFAULT = false;
/**
* The cached value of the '{@link #isCascading() <em>Cascading</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isCascading()
* @generated
* @ordered
*/
protected boolean cascading = CASCADING_EDEFAULT;
/**
* The cached value of the '{@link #getProperties() <em>Properties</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getProperties()
* @generated
* @ordered
*/
protected EList<LKeyAndValue> properties;
/**
* The cached value of the '{@link #getConstraints() <em>Constraints</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getConstraints()
* @generated
* @ordered
*/
protected EList<LDatatypeConstraint> constraints;
/**
* The cached value of the '{@link #getType() <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getType()
* @generated
* @ordered
*/
protected LType type;
/**
* The cached value of the '{@link #getOpposite() <em>Opposite</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOpposite()
* @generated
* @ordered
*/
protected LFeature opposite;
/**
* The cached value of the '{@link #getTypeJvm() <em>Type Jvm</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTypeJvm()
* @generated
* @ordered
*/
protected JvmTypeReference typeJvm;
/**
* The cached value of the '{@link #getResultFilters() <em>Result Filters</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getResultFilters()
* @generated
* @ordered
*/
protected LResultFilters resultFilters;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected LBeanReferenceImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OSBPEntityPackage.Literals.LBEAN_REFERENCE;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isLazy() {
return lazy;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLazy(boolean newLazy) {
boolean oldLazy = lazy;
lazy = newLazy;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__LAZY, oldLazy, lazy));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isCascading() {
return cascading;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCascading(boolean newCascading) {
boolean oldCascading = cascading;
cascading = newCascading;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__CASCADING, oldCascading, cascading));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<LKeyAndValue> getProperties() {
if (properties == null) {
properties = new EObjectContainmentEList<LKeyAndValue>(LKeyAndValue.class, this, OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES);
}
return properties;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<LDatatypeConstraint> getConstraints() {
if (constraints == null) {
constraints = new EObjectContainmentEList<LDatatypeConstraint>(LDatatypeConstraint.class, this, OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS);
}
return constraints;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LType getType() {
if (type != null && type.eIsProxy()) {
InternalEObject oldType = (InternalEObject)type;
type = (LType)eResolveProxy(oldType);
if (type != oldType) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, OSBPEntityPackage.LBEAN_REFERENCE__TYPE, oldType, type));
}
}
return type;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LType basicGetType() {
return type;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setType(LType newType) {
LType oldType = type;
type = newType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__TYPE, oldType, type));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LFeature getOpposite() {
if (opposite != null && opposite.eIsProxy()) {
InternalEObject oldOpposite = (InternalEObject)opposite;
opposite = (LFeature)eResolveProxy(oldOpposite);
if (opposite != oldOpposite) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE, oldOpposite, opposite));
}
}
return opposite;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LFeature basicGetOpposite() {
return opposite;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setOpposite(LFeature newOpposite) {
LFeature oldOpposite = opposite;
opposite = newOpposite;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE, oldOpposite, opposite));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public JvmTypeReference getTypeJvm() {
return typeJvm;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTypeJvm(JvmTypeReference newTypeJvm, NotificationChain msgs) {
JvmTypeReference oldTypeJvm = typeJvm;
typeJvm = newTypeJvm;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM, oldTypeJvm, newTypeJvm);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTypeJvm(JvmTypeReference newTypeJvm) {
if (newTypeJvm != typeJvm) {
NotificationChain msgs = null;
if (typeJvm != null)
msgs = ((InternalEObject)typeJvm).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM, null, msgs);
if (newTypeJvm != null)
msgs = ((InternalEObject)newTypeJvm).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM, null, msgs);
msgs = basicSetTypeJvm(newTypeJvm, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM, newTypeJvm, newTypeJvm));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public LResultFilters getResultFilters() {
return resultFilters;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetResultFilters(LResultFilters newResultFilters, NotificationChain msgs) {
LResultFilters oldResultFilters = resultFilters;
resultFilters = newResultFilters;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS, oldResultFilters, newResultFilters);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setResultFilters(LResultFilters newResultFilters) {
if (newResultFilters != resultFilters) {
NotificationChain msgs = null;
if (resultFilters != null)
msgs = ((InternalEObject)resultFilters).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS, null, msgs);
if (newResultFilters != null)
msgs = ((InternalEObject)newResultFilters).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS, null, msgs);
msgs = basicSetResultFilters(newResultFilters, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS, newResultFilters, newResultFilters));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES:
return ((InternalEList<?>)getProperties()).basicRemove(otherEnd, msgs);
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
return ((InternalEList<?>)getConstraints()).basicRemove(otherEnd, msgs);
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM:
return basicSetTypeJvm(null, msgs);
case OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS:
return basicSetResultFilters(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 OSBPEntityPackage.LBEAN_REFERENCE__LAZY:
return isLazy();
case OSBPEntityPackage.LBEAN_REFERENCE__CASCADING:
return isCascading();
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES:
return getProperties();
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
return getConstraints();
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
if (resolve) return getType();
return basicGetType();
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
if (resolve) return getOpposite();
return basicGetOpposite();
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM:
return getTypeJvm();
case OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS:
return getResultFilters();
}
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 OSBPEntityPackage.LBEAN_REFERENCE__LAZY:
setLazy((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__CASCADING:
setCascading((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES:
getProperties().clear();
getProperties().addAll((Collection<? extends LKeyAndValue>)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
getConstraints().clear();
getConstraints().addAll((Collection<? extends LDatatypeConstraint>)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
setType((LType)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
setOpposite((LFeature)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM:
setTypeJvm((JvmTypeReference)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS:
setResultFilters((LResultFilters)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case OSBPEntityPackage.LBEAN_REFERENCE__LAZY:
setLazy(LAZY_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__CASCADING:
setCascading(CASCADING_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES:
getProperties().clear();
return;
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
getConstraints().clear();
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
setType((LType)null);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
setOpposite((LFeature)null);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM:
setTypeJvm((JvmTypeReference)null);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS:
setResultFilters((LResultFilters)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case OSBPEntityPackage.LBEAN_REFERENCE__LAZY:
return lazy != LAZY_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__CASCADING:
return cascading != CASCADING_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES:
return properties != null && !properties.isEmpty();
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
return constraints != null && !constraints.isEmpty();
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
return type != null;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
return opposite != null;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE_JVM:
return typeJvm != null;
case OSBPEntityPackage.LBEAN_REFERENCE__RESULT_FILTERS:
return resultFilters != null;
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass) {
if (baseClass == LReference.class) {
switch (derivedFeatureID) {
case OSBPEntityPackage.LBEAN_REFERENCE__LAZY: return OSBPTypesPackage.LREFERENCE__LAZY;
case OSBPEntityPackage.LBEAN_REFERENCE__CASCADING: return OSBPTypesPackage.LREFERENCE__CASCADING;
case OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES: return OSBPTypesPackage.LREFERENCE__PROPERTIES;
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS: return OSBPTypesPackage.LREFERENCE__CONSTRAINTS;
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 == LReference.class) {
switch (baseFeatureID) {
case OSBPTypesPackage.LREFERENCE__LAZY: return OSBPEntityPackage.LBEAN_REFERENCE__LAZY;
case OSBPTypesPackage.LREFERENCE__CASCADING: return OSBPEntityPackage.LBEAN_REFERENCE__CASCADING;
case OSBPTypesPackage.LREFERENCE__PROPERTIES: return OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES;
case OSBPTypesPackage.LREFERENCE__CONSTRAINTS: return OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS;
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(" (lazy: ");
result.append(lazy);
result.append(", cascading: ");
result.append(cascading);
result.append(')');
return result.toString();
}
} //LBeanReferenceImpl