blob: 422d8ee6c660467d78226689e82be3546c5bbf77 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.dsl.semantic.entity.impl;
import java.lang.reflect.InvocationTargetException;
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.LBeanFeature;
import org.eclipse.osbp.dsl.semantic.entity.LBeanReference;
import org.eclipse.osbp.dsl.semantic.entity.OSBPEntityPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>LBean Reference</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <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#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#isIsGrouped <em>Is Grouped</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#getGroupName <em>Group Name</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isAsGrid <em>As Grid</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isAsTable <em>As Table</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isSideKick <em>Side Kick</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isReferenceHidden <em>Reference Hidden</em>}</li>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.impl.LBeanReferenceImpl#isReferenceReadOnly <em>Reference Read Only</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#getResultFilters <em>Result Filters</em>}</li>
* </ul>
*
* @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 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 default value of the '{@link #isIsGrouped() <em>Is Grouped</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isIsGrouped()
* @generated
* @ordered
*/
protected static final boolean IS_GROUPED_EDEFAULT = false;
/**
* The cached value of the '{@link #isIsGrouped() <em>Is Grouped</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isIsGrouped()
* @generated
* @ordered
*/
protected boolean isGrouped = IS_GROUPED_EDEFAULT;
/**
* The default value of the '{@link #getGroupName() <em>Group Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getGroupName()
* @generated
* @ordered
*/
protected static final String GROUP_NAME_EDEFAULT = null;
/**
* The cached value of the '{@link #getGroupName() <em>Group Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getGroupName()
* @generated
* @ordered
*/
protected String groupName = GROUP_NAME_EDEFAULT;
/**
* The default value of the '{@link #isAsGrid() <em>As Grid</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isAsGrid()
* @generated
* @ordered
*/
protected static final boolean AS_GRID_EDEFAULT = false;
/**
* The cached value of the '{@link #isAsGrid() <em>As Grid</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isAsGrid()
* @generated
* @ordered
*/
protected boolean asGrid = AS_GRID_EDEFAULT;
/**
* The default value of the '{@link #isAsTable() <em>As Table</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isAsTable()
* @generated
* @ordered
*/
protected static final boolean AS_TABLE_EDEFAULT = false;
/**
* The cached value of the '{@link #isAsTable() <em>As Table</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isAsTable()
* @generated
* @ordered
*/
protected boolean asTable = AS_TABLE_EDEFAULT;
/**
* The default value of the '{@link #isSideKick() <em>Side Kick</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSideKick()
* @generated
* @ordered
*/
protected static final boolean SIDE_KICK_EDEFAULT = false;
/**
* The cached value of the '{@link #isSideKick() <em>Side Kick</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSideKick()
* @generated
* @ordered
*/
protected boolean sideKick = SIDE_KICK_EDEFAULT;
/**
* The default value of the '{@link #isReferenceHidden() <em>Reference Hidden</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReferenceHidden()
* @generated
* @ordered
*/
protected static final boolean REFERENCE_HIDDEN_EDEFAULT = false;
/**
* The cached value of the '{@link #isReferenceHidden() <em>Reference Hidden</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReferenceHidden()
* @generated
* @ordered
*/
protected boolean referenceHidden = REFERENCE_HIDDEN_EDEFAULT;
/**
* The default value of the '{@link #isReferenceReadOnly() <em>Reference Read Only</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReferenceReadOnly()
* @generated
* @ordered
*/
protected static final boolean REFERENCE_READ_ONLY_EDEFAULT = false;
/**
* The cached value of the '{@link #isReferenceReadOnly() <em>Reference Read Only</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReferenceReadOnly()
* @generated
* @ordered
*/
protected boolean referenceReadOnly = REFERENCE_READ_ONLY_EDEFAULT;
/**
* 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 #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 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 boolean isIsGrouped() {
return isGrouped;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIsGrouped(boolean newIsGrouped) {
boolean oldIsGrouped = isGrouped;
isGrouped = newIsGrouped;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED, oldIsGrouped, isGrouped));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getGroupName() {
return groupName;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setGroupName(String newGroupName) {
String oldGroupName = groupName;
groupName = newGroupName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME, oldGroupName, groupName));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isAsGrid() {
return asGrid;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setAsGrid(boolean newAsGrid) {
boolean oldAsGrid = asGrid;
asGrid = newAsGrid;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID, oldAsGrid, asGrid));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isAsTable() {
return asTable;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setAsTable(boolean newAsTable) {
boolean oldAsTable = asTable;
asTable = newAsTable;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE, oldAsTable, asTable));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSideKick() {
return sideKick;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSideKick(boolean newSideKick) {
boolean oldSideKick = sideKick;
sideKick = newSideKick;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK, oldSideKick, sideKick));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isReferenceHidden() {
return referenceHidden;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setReferenceHidden(boolean newReferenceHidden) {
boolean oldReferenceHidden = referenceHidden;
referenceHidden = newReferenceHidden;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN, oldReferenceHidden, referenceHidden));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isReferenceReadOnly() {
return referenceReadOnly;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setReferenceReadOnly(boolean newReferenceReadOnly) {
boolean oldReferenceReadOnly = referenceReadOnly;
referenceReadOnly = newReferenceReadOnly;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY, oldReferenceReadOnly, referenceReadOnly));
}
/**
* <!-- 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 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
*/
public boolean isCascading() {
return (this.isCascadeMergePersist() || this.isCascadeRemove());
}
/**
* <!-- 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__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__PROPERTIES:
return getProperties();
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
return getConstraints();
case OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED:
return isIsGrouped();
case OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME:
return getGroupName();
case OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID:
return isAsGrid();
case OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE:
return isAsTable();
case OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK:
return isSideKick();
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN:
return isReferenceHidden();
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY:
return isReferenceReadOnly();
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__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__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__IS_GROUPED:
setIsGrouped((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME:
setGroupName((String)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID:
setAsGrid((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE:
setAsTable((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK:
setSideKick((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN:
setReferenceHidden((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY:
setReferenceReadOnly((Boolean)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
setType((LType)newValue);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
setOpposite((LFeature)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__PROPERTIES:
getProperties().clear();
return;
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
getConstraints().clear();
return;
case OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED:
setIsGrouped(IS_GROUPED_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME:
setGroupName(GROUP_NAME_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID:
setAsGrid(AS_GRID_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE:
setAsTable(AS_TABLE_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK:
setSideKick(SIDE_KICK_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN:
setReferenceHidden(REFERENCE_HIDDEN_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY:
setReferenceReadOnly(REFERENCE_READ_ONLY_EDEFAULT);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
setType((LType)null);
return;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
setOpposite((LFeature)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__PROPERTIES:
return properties != null && !properties.isEmpty();
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS:
return constraints != null && !constraints.isEmpty();
case OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED:
return isGrouped != IS_GROUPED_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME:
return GROUP_NAME_EDEFAULT == null ? groupName != null : !GROUP_NAME_EDEFAULT.equals(groupName);
case OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID:
return asGrid != AS_GRID_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE:
return asTable != AS_TABLE_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK:
return sideKick != SIDE_KICK_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN:
return referenceHidden != REFERENCE_HIDDEN_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY:
return referenceReadOnly != REFERENCE_READ_ONLY_EDEFAULT;
case OSBPEntityPackage.LBEAN_REFERENCE__TYPE:
return type != null;
case OSBPEntityPackage.LBEAN_REFERENCE__OPPOSITE:
return opposite != 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__PROPERTIES: return OSBPTypesPackage.LREFERENCE__PROPERTIES;
case OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS: return OSBPTypesPackage.LREFERENCE__CONSTRAINTS;
case OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED: return OSBPTypesPackage.LREFERENCE__IS_GROUPED;
case OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME: return OSBPTypesPackage.LREFERENCE__GROUP_NAME;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID: return OSBPTypesPackage.LREFERENCE__AS_GRID;
case OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE: return OSBPTypesPackage.LREFERENCE__AS_TABLE;
case OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK: return OSBPTypesPackage.LREFERENCE__SIDE_KICK;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN: return OSBPTypesPackage.LREFERENCE__REFERENCE_HIDDEN;
case OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY: return OSBPTypesPackage.LREFERENCE__REFERENCE_READ_ONLY;
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__PROPERTIES: return OSBPEntityPackage.LBEAN_REFERENCE__PROPERTIES;
case OSBPTypesPackage.LREFERENCE__CONSTRAINTS: return OSBPEntityPackage.LBEAN_REFERENCE__CONSTRAINTS;
case OSBPTypesPackage.LREFERENCE__IS_GROUPED: return OSBPEntityPackage.LBEAN_REFERENCE__IS_GROUPED;
case OSBPTypesPackage.LREFERENCE__GROUP_NAME: return OSBPEntityPackage.LBEAN_REFERENCE__GROUP_NAME;
case OSBPTypesPackage.LREFERENCE__AS_GRID: return OSBPEntityPackage.LBEAN_REFERENCE__AS_GRID;
case OSBPTypesPackage.LREFERENCE__AS_TABLE: return OSBPEntityPackage.LBEAN_REFERENCE__AS_TABLE;
case OSBPTypesPackage.LREFERENCE__SIDE_KICK: return OSBPEntityPackage.LBEAN_REFERENCE__SIDE_KICK;
case OSBPTypesPackage.LREFERENCE__REFERENCE_HIDDEN: return OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_HIDDEN;
case OSBPTypesPackage.LREFERENCE__REFERENCE_READ_ONLY: return OSBPEntityPackage.LBEAN_REFERENCE__REFERENCE_READ_ONLY;
default: return -1;
}
}
return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eDerivedOperationID(int baseOperationID, Class<?> baseClass) {
if (baseClass == LFeature.class) {
switch (baseOperationID) {
case OSBPTypesPackage.LFEATURE___IS_CASCADING: return OSBPEntityPackage.LBEAN_REFERENCE___IS_CASCADING;
default: return super.eDerivedOperationID(baseOperationID, baseClass);
}
}
if (baseClass == LBeanFeature.class) {
switch (baseOperationID) {
case OSBPEntityPackage.LBEAN_FEATURE___IS_CASCADING: return OSBPEntityPackage.LBEAN_REFERENCE___IS_CASCADING;
default: return super.eDerivedOperationID(baseOperationID, baseClass);
}
}
if (baseClass == LReference.class) {
switch (baseOperationID) {
case OSBPTypesPackage.LREFERENCE___IS_CASCADING: return OSBPEntityPackage.LBEAN_REFERENCE___IS_CASCADING;
default: return -1;
}
}
return super.eDerivedOperationID(baseOperationID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eInvoke(int operationID, EList<?> arguments) throws InvocationTargetException {
switch (operationID) {
case OSBPEntityPackage.LBEAN_REFERENCE___IS_CASCADING:
return isCascading();
}
return super.eInvoke(operationID, arguments);
}
/**
* <!-- 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(", isGrouped: ");
result.append(isGrouped);
result.append(", groupName: ");
result.append(groupName);
result.append(", asGrid: ");
result.append(asGrid);
result.append(", asTable: ");
result.append(asTable);
result.append(", sideKick: ");
result.append(sideKick);
result.append(", referenceHidden: ");
result.append(referenceHidden);
result.append(", referenceReadOnly: ");
result.append(referenceReadOnly);
result.append(')');
return result.toString();
}
} //LBeanReferenceImpl