blob: 73c086399565a36fd82fc759ad4e267740af6ff6 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uimodel.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.impl.MinimalEObjectImpl;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.xtext.common.types.JvmTypeReference;
import org.eclipse.xtext.xbase.XExpression;
import org.eclipse.osbp.ecview.semantic.uimodel.UiErrorCode;
import org.eclipse.osbp.ecview.semantic.uimodel.UiI18nInfo;
import org.eclipse.osbp.ecview.semantic.uimodel.UiI18nInfoable;
import org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage;
import org.eclipse.osbp.ecview.semantic.uimodel.UiXbaseValidator;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Ui Xbase Validator</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getI18nInfo <em>I1 8n Info</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getExpression <em>Expression</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getJvmType <em>Jvm Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiXbaseValidatorImpl#getErrorCodes <em>Error Codes</em>}</li>
* </ul>
*
* @generated
*/
public class UiXbaseValidatorImpl extends MinimalEObjectImpl.Container implements UiXbaseValidator {
/**
* The default value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getId()
* @generated
* @ordered
*/
protected static final String ID_EDEFAULT = null;
/**
* The cached value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getId()
* @generated
* @ordered
*/
protected String id = ID_EDEFAULT;
/**
* The default value of the '{@link #getName() <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getName()
* @generated
* @ordered
*/
protected static final String NAME_EDEFAULT = null;
/**
* The cached value of the '{@link #getName() <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getName()
* @generated
* @ordered
*/
protected String name = NAME_EDEFAULT;
/**
* The cached value of the '{@link #getI18nInfo() <em>I1 8n Info</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getI18nInfo()
* @generated
* @ordered
*/
protected UiI18nInfo i18nInfo;
/**
* The cached value of the '{@link #getExpression() <em>Expression</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExpression()
* @generated
* @ordered
*/
protected XExpression expression;
/**
* The cached value of the '{@link #getJvmType() <em>Jvm Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getJvmType()
* @generated
* @ordered
*/
protected JvmTypeReference jvmType;
/**
* The cached value of the '{@link #getErrorCodes() <em>Error Codes</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getErrorCodes()
* @generated
* @ordered
*/
protected EList<UiErrorCode> errorCodes;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiXbaseValidatorImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UiModelPackage.Literals.UI_XBASE_VALIDATOR;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getId() {
return id;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setId(String newId) {
String oldId = id;
id = newId;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__ID, oldId, id));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getName() {
return name;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setName(String newName) {
String oldName = name;
name = newName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__NAME, oldName, name));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiI18nInfo getI18nInfo() {
if (i18nInfo != null && i18nInfo.eIsProxy()) {
InternalEObject oldI18nInfo = (InternalEObject)i18nInfo;
i18nInfo = (UiI18nInfo)eResolveProxy(oldI18nInfo);
if (i18nInfo != oldI18nInfo) {
InternalEObject newI18nInfo = (InternalEObject)i18nInfo;
NotificationChain msgs = oldI18nInfo.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, null, null);
if (newI18nInfo.eInternalContainer() == null) {
msgs = newI18nInfo.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, oldI18nInfo, i18nInfo));
}
}
return i18nInfo;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiI18nInfo basicGetI18nInfo() {
return i18nInfo;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetI18nInfo(UiI18nInfo newI18nInfo, NotificationChain msgs) {
UiI18nInfo oldI18nInfo = i18nInfo;
i18nInfo = newI18nInfo;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, oldI18nInfo, newI18nInfo);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setI18nInfo(UiI18nInfo newI18nInfo) {
if (newI18nInfo != i18nInfo) {
NotificationChain msgs = null;
if (i18nInfo != null)
msgs = ((InternalEObject)i18nInfo).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, null, msgs);
if (newI18nInfo != null)
msgs = ((InternalEObject)newI18nInfo).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, null, msgs);
msgs = basicSetI18nInfo(newI18nInfo, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO, newI18nInfo, newI18nInfo));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public XExpression getExpression() {
if (expression != null && expression.eIsProxy()) {
InternalEObject oldExpression = (InternalEObject)expression;
expression = (XExpression)eResolveProxy(oldExpression);
if (expression != oldExpression) {
InternalEObject newExpression = (InternalEObject)expression;
NotificationChain msgs = oldExpression.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, null, null);
if (newExpression.eInternalContainer() == null) {
msgs = newExpression.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, oldExpression, expression));
}
}
return expression;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public XExpression basicGetExpression() {
return expression;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetExpression(XExpression newExpression, NotificationChain msgs) {
XExpression oldExpression = expression;
expression = newExpression;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, oldExpression, newExpression);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setExpression(XExpression newExpression) {
if (newExpression != expression) {
NotificationChain msgs = null;
if (expression != null)
msgs = ((InternalEObject)expression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, null, msgs);
if (newExpression != null)
msgs = ((InternalEObject)newExpression).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, null, msgs);
msgs = basicSetExpression(newExpression, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION, newExpression, newExpression));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public JvmTypeReference getJvmType() {
if (jvmType != null && jvmType.eIsProxy()) {
InternalEObject oldJvmType = (InternalEObject)jvmType;
jvmType = (JvmTypeReference)eResolveProxy(oldJvmType);
if (jvmType != oldJvmType) {
InternalEObject newJvmType = (InternalEObject)jvmType;
NotificationChain msgs = oldJvmType.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, null, null);
if (newJvmType.eInternalContainer() == null) {
msgs = newJvmType.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, oldJvmType, jvmType));
}
}
return jvmType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public JvmTypeReference basicGetJvmType() {
return jvmType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetJvmType(JvmTypeReference newJvmType, NotificationChain msgs) {
JvmTypeReference oldJvmType = jvmType;
jvmType = newJvmType;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, oldJvmType, newJvmType);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setJvmType(JvmTypeReference newJvmType) {
if (newJvmType != jvmType) {
NotificationChain msgs = null;
if (jvmType != null)
msgs = ((InternalEObject)jvmType).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, null, msgs);
if (newJvmType != null)
msgs = ((InternalEObject)newJvmType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, null, msgs);
msgs = basicSetJvmType(newJvmType, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE, newJvmType, newJvmType));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<UiErrorCode> getErrorCodes() {
if (errorCodes == null) {
errorCodes = new EObjectContainmentEList.Resolving<UiErrorCode>(UiErrorCode.class, this, UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES);
}
return errorCodes;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO:
return basicSetI18nInfo(null, msgs);
case UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION:
return basicSetExpression(null, msgs);
case UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE:
return basicSetJvmType(null, msgs);
case UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES:
return ((InternalEList<?>)getErrorCodes()).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 UiModelPackage.UI_XBASE_VALIDATOR__ID:
return getId();
case UiModelPackage.UI_XBASE_VALIDATOR__NAME:
return getName();
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO:
if (resolve) return getI18nInfo();
return basicGetI18nInfo();
case UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION:
if (resolve) return getExpression();
return basicGetExpression();
case UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE:
if (resolve) return getJvmType();
return basicGetJvmType();
case UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES:
return getErrorCodes();
}
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 UiModelPackage.UI_XBASE_VALIDATOR__ID:
setId((String)newValue);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__NAME:
setName((String)newValue);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO:
setI18nInfo((UiI18nInfo)newValue);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION:
setExpression((XExpression)newValue);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE:
setJvmType((JvmTypeReference)newValue);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES:
getErrorCodes().clear();
getErrorCodes().addAll((Collection<? extends UiErrorCode>)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case UiModelPackage.UI_XBASE_VALIDATOR__ID:
setId(ID_EDEFAULT);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__NAME:
setName(NAME_EDEFAULT);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO:
setI18nInfo((UiI18nInfo)null);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION:
setExpression((XExpression)null);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE:
setJvmType((JvmTypeReference)null);
return;
case UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES:
getErrorCodes().clear();
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case UiModelPackage.UI_XBASE_VALIDATOR__ID:
return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
case UiModelPackage.UI_XBASE_VALIDATOR__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO:
return i18nInfo != null;
case UiModelPackage.UI_XBASE_VALIDATOR__EXPRESSION:
return expression != null;
case UiModelPackage.UI_XBASE_VALIDATOR__JVM_TYPE:
return jvmType != null;
case UiModelPackage.UI_XBASE_VALIDATOR__ERROR_CODES:
return errorCodes != null && !errorCodes.isEmpty();
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass) {
if (baseClass == UiI18nInfoable.class) {
switch (derivedFeatureID) {
case UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO: return UiModelPackage.UI_I1_8N_INFOABLE__I18N_INFO;
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 == UiI18nInfoable.class) {
switch (baseFeatureID) {
case UiModelPackage.UI_I1_8N_INFOABLE__I18N_INFO: return UiModelPackage.UI_XBASE_VALIDATOR__I18N_INFO;
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(" (id: ");
result.append(id);
result.append(", name: ");
result.append(name);
result.append(')');
return result.toString();
}
} //UiXbaseValidatorImpl