blob: e2ced35515e92aa4f9f1a42039b7fa80c43b5d97 [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.core.extension.model.extension.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.EDataTypeUniqueEList;
import org.eclipse.osbp.ecview.core.common.model.core.CoreModelFactory;
import org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage;
import org.eclipse.osbp.ecview.core.common.model.core.YBindable;
import org.eclipse.osbp.ecview.core.common.model.core.YCollectionBindable;
import org.eclipse.osbp.ecview.core.common.model.core.YEmbeddableCollectionEndpoint;
import org.eclipse.osbp.ecview.core.common.model.core.YEmbeddableMultiSelectionEndpoint;
import org.eclipse.osbp.ecview.core.common.model.core.YEmbeddableSelectionEndpoint;
import org.eclipse.osbp.ecview.core.common.model.core.YMultiSelectionBindable;
import org.eclipse.osbp.ecview.core.common.model.core.YSelectionBindable;
import org.eclipse.osbp.ecview.core.common.model.datatypes.YDatadescription;
import org.eclipse.osbp.ecview.core.extension.model.datatypes.YOptionsGroupDataType;
import org.eclipse.osbp.ecview.core.extension.model.extension.ExtensionModelPackage;
import org.eclipse.osbp.ecview.core.extension.model.extension.YEnumOptionsGroup;
import org.eclipse.osbp.ecview.core.extension.model.extension.YSelectionType;
// TODO: Auto-generated Javadoc
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>YEnum Options Group</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getCollectionBindingEndpoint <em>Collection Binding Endpoint</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getSelectionBindingEndpoint <em>Selection Binding Endpoint</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getMultiSelectionBindingEndpoint <em>Multi Selection Binding Endpoint</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getDatadescription <em>Datadescription</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getDatatype <em>Datatype</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getSelectionType <em>Selection Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getSelection <em>Selection</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getMultiSelection <em>Multi Selection</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getEmfNsURI <em>Emf Ns URI</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.extension.model.extension.impl.YEnumOptionsGroupImpl#getTypeQualifiedName <em>Type Qualified Name</em>}</li>
* </ul>
*
* @generated
*/
public class YEnumOptionsGroupImpl extends YInputImpl implements YEnumOptionsGroup {
/**
* The cached value of the '{@link #getCollectionBindingEndpoint() <em>Collection Binding Endpoint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCollectionBindingEndpoint()
* @generated
* @ordered
*/
protected YEmbeddableCollectionEndpoint collectionBindingEndpoint;
/**
* The cached value of the '{@link #getSelectionBindingEndpoint() <em>Selection Binding Endpoint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelectionBindingEndpoint()
* @generated
* @ordered
*/
protected YEmbeddableSelectionEndpoint selectionBindingEndpoint;
/**
* The cached value of the '{@link #getMultiSelectionBindingEndpoint() <em>Multi Selection Binding Endpoint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMultiSelectionBindingEndpoint()
* @generated
* @ordered
*/
protected YEmbeddableMultiSelectionEndpoint multiSelectionBindingEndpoint;
/**
* The cached value of the '{@link #getDatadescription() <em>Datadescription</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDatadescription()
* @generated
* @ordered
*/
protected YDatadescription datadescription;
/**
* The cached value of the '{@link #getDatatype() <em>Datatype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDatatype()
* @generated
* @ordered
*/
protected YOptionsGroupDataType datatype;
/**
* The default value of the '{@link #getSelectionType() <em>Selection Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelectionType()
* @generated
* @ordered
*/
protected static final YSelectionType SELECTION_TYPE_EDEFAULT = YSelectionType.SINGLE;
/**
* The cached value of the '{@link #getSelectionType() <em>Selection Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelectionType()
* @generated
* @ordered
*/
protected YSelectionType selectionType = SELECTION_TYPE_EDEFAULT;
/**
* The default value of the '{@link #getSelection() <em>Selection</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelection()
* @generated
* @ordered
*/
protected static final Object SELECTION_EDEFAULT = null;
/**
* The cached value of the '{@link #getSelection() <em>Selection</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelection()
* @generated
* @ordered
*/
protected Object selection = SELECTION_EDEFAULT;
/**
* The cached value of the '{@link #getMultiSelection() <em>Multi Selection</em>}' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMultiSelection()
* @generated
* @ordered
*/
protected EList<Object> multiSelection;
/**
* The cached value of the '{@link #getType() <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getType()
* @generated
* @ordered
*/
protected Class<?> type;
/**
* The default value of the '{@link #getEmfNsURI() <em>Emf Ns URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEmfNsURI()
* @generated
* @ordered
*/
protected static final String EMF_NS_URI_EDEFAULT = null;
/**
* The cached value of the '{@link #getEmfNsURI() <em>Emf Ns URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEmfNsURI()
* @generated
* @ordered
*/
protected String emfNsURI = EMF_NS_URI_EDEFAULT;
/**
* The default value of the '{@link #getTypeQualifiedName() <em>Type Qualified Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTypeQualifiedName()
* @generated
* @ordered
*/
protected static final String TYPE_QUALIFIED_NAME_EDEFAULT = null;
/**
* The cached value of the '{@link #getTypeQualifiedName() <em>Type Qualified Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTypeQualifiedName()
* @generated
* @ordered
*/
protected String typeQualifiedName = TYPE_QUALIFIED_NAME_EDEFAULT;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @generated
*/
protected YEnumOptionsGroupImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the e class
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExtensionModelPackage.Literals.YENUM_OPTIONS_GROUP;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getCollectionBindingEndpoint()
* <em>Collection Binding Endpoint</em>}' reference
* @generated
*/
public YEmbeddableCollectionEndpoint getCollectionBindingEndpoint() {
if (collectionBindingEndpoint != null && collectionBindingEndpoint.eIsProxy()) {
InternalEObject oldCollectionBindingEndpoint = (InternalEObject)collectionBindingEndpoint;
collectionBindingEndpoint = (YEmbeddableCollectionEndpoint)eResolveProxy(oldCollectionBindingEndpoint);
if (collectionBindingEndpoint != oldCollectionBindingEndpoint) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT, oldCollectionBindingEndpoint, collectionBindingEndpoint));
}
}
return collectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable collection endpoint
* @generated
*/
public YEmbeddableCollectionEndpoint basicGetCollectionBindingEndpoint() {
return collectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newCollectionBindingEndpoint
* the new collection binding endpoint
* @param msgs
* the msgs
* @return the notification chain
* @generated
*/
public NotificationChain basicSetCollectionBindingEndpoint(YEmbeddableCollectionEndpoint newCollectionBindingEndpoint, NotificationChain msgs) {
YEmbeddableCollectionEndpoint oldCollectionBindingEndpoint = collectionBindingEndpoint;
collectionBindingEndpoint = newCollectionBindingEndpoint;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT, oldCollectionBindingEndpoint, newCollectionBindingEndpoint);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newCollectionBindingEndpoint
* the new cached value of the '
* {@link #getCollectionBindingEndpoint()
* <em>Collection Binding Endpoint</em>}' reference
* @generated
*/
public void setCollectionBindingEndpoint(YEmbeddableCollectionEndpoint newCollectionBindingEndpoint) {
if (newCollectionBindingEndpoint != collectionBindingEndpoint) {
NotificationChain msgs = null;
if (collectionBindingEndpoint != null)
msgs = ((InternalEObject)collectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_COLLECTION_ENDPOINT__ELEMENT, YEmbeddableCollectionEndpoint.class, msgs);
if (newCollectionBindingEndpoint != null)
msgs = ((InternalEObject)newCollectionBindingEndpoint).eInverseAdd(this, CoreModelPackage.YEMBEDDABLE_COLLECTION_ENDPOINT__ELEMENT, YEmbeddableCollectionEndpoint.class, msgs);
msgs = basicSetCollectionBindingEndpoint(newCollectionBindingEndpoint, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT, newCollectionBindingEndpoint, newCollectionBindingEndpoint));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getSelectionBindingEndpoint()
* <em>Selection Binding Endpoint</em>}' reference
* @generated
*/
public YEmbeddableSelectionEndpoint getSelectionBindingEndpoint() {
if (selectionBindingEndpoint != null && selectionBindingEndpoint.eIsProxy()) {
InternalEObject oldSelectionBindingEndpoint = (InternalEObject)selectionBindingEndpoint;
selectionBindingEndpoint = (YEmbeddableSelectionEndpoint)eResolveProxy(oldSelectionBindingEndpoint);
if (selectionBindingEndpoint != oldSelectionBindingEndpoint) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT, oldSelectionBindingEndpoint, selectionBindingEndpoint));
}
}
return selectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable selection endpoint
* @generated
*/
public YEmbeddableSelectionEndpoint basicGetSelectionBindingEndpoint() {
return selectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newSelectionBindingEndpoint
* the new selection binding endpoint
* @param msgs
* the msgs
* @return the notification chain
* @generated
*/
public NotificationChain basicSetSelectionBindingEndpoint(YEmbeddableSelectionEndpoint newSelectionBindingEndpoint, NotificationChain msgs) {
YEmbeddableSelectionEndpoint oldSelectionBindingEndpoint = selectionBindingEndpoint;
selectionBindingEndpoint = newSelectionBindingEndpoint;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT, oldSelectionBindingEndpoint, newSelectionBindingEndpoint);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newSelectionBindingEndpoint
* the new cached value of the '
* {@link #getSelectionBindingEndpoint()
* <em>Selection Binding Endpoint</em>}' reference
* @generated
*/
public void setSelectionBindingEndpoint(YEmbeddableSelectionEndpoint newSelectionBindingEndpoint) {
if (newSelectionBindingEndpoint != selectionBindingEndpoint) {
NotificationChain msgs = null;
if (selectionBindingEndpoint != null)
msgs = ((InternalEObject)selectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_SELECTION_ENDPOINT__ELEMENT, YEmbeddableSelectionEndpoint.class, msgs);
if (newSelectionBindingEndpoint != null)
msgs = ((InternalEObject)newSelectionBindingEndpoint).eInverseAdd(this, CoreModelPackage.YEMBEDDABLE_SELECTION_ENDPOINT__ELEMENT, YEmbeddableSelectionEndpoint.class, msgs);
msgs = basicSetSelectionBindingEndpoint(newSelectionBindingEndpoint, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT, newSelectionBindingEndpoint, newSelectionBindingEndpoint));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '
* {@link #getMultiSelectionBindingEndpoint()
* <em>Multi Selection Binding Endpoint</em>}' reference
* @generated
*/
public YEmbeddableMultiSelectionEndpoint getMultiSelectionBindingEndpoint() {
if (multiSelectionBindingEndpoint != null && multiSelectionBindingEndpoint.eIsProxy()) {
InternalEObject oldMultiSelectionBindingEndpoint = (InternalEObject)multiSelectionBindingEndpoint;
multiSelectionBindingEndpoint = (YEmbeddableMultiSelectionEndpoint)eResolveProxy(oldMultiSelectionBindingEndpoint);
if (multiSelectionBindingEndpoint != oldMultiSelectionBindingEndpoint) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT, oldMultiSelectionBindingEndpoint, multiSelectionBindingEndpoint));
}
}
return multiSelectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable multi selection endpoint
* @generated
*/
public YEmbeddableMultiSelectionEndpoint basicGetMultiSelectionBindingEndpoint() {
return multiSelectionBindingEndpoint;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newMultiSelectionBindingEndpoint
* the new multi selection binding endpoint
* @param msgs
* the msgs
* @return the notification chain
* @generated
*/
public NotificationChain basicSetMultiSelectionBindingEndpoint(YEmbeddableMultiSelectionEndpoint newMultiSelectionBindingEndpoint, NotificationChain msgs) {
YEmbeddableMultiSelectionEndpoint oldMultiSelectionBindingEndpoint = multiSelectionBindingEndpoint;
multiSelectionBindingEndpoint = newMultiSelectionBindingEndpoint;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT, oldMultiSelectionBindingEndpoint, newMultiSelectionBindingEndpoint);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newMultiSelectionBindingEndpoint
* the new cached value of the '
* {@link #getMultiSelectionBindingEndpoint()
* <em>Multi Selection Binding Endpoint</em>}' reference
* @generated
*/
public void setMultiSelectionBindingEndpoint(YEmbeddableMultiSelectionEndpoint newMultiSelectionBindingEndpoint) {
if (newMultiSelectionBindingEndpoint != multiSelectionBindingEndpoint) {
NotificationChain msgs = null;
if (multiSelectionBindingEndpoint != null)
msgs = ((InternalEObject)multiSelectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_MULTI_SELECTION_ENDPOINT__ELEMENT, YEmbeddableMultiSelectionEndpoint.class, msgs);
if (newMultiSelectionBindingEndpoint != null)
msgs = ((InternalEObject)newMultiSelectionBindingEndpoint).eInverseAdd(this, CoreModelPackage.YEMBEDDABLE_MULTI_SELECTION_ENDPOINT__ELEMENT, YEmbeddableMultiSelectionEndpoint.class, msgs);
msgs = basicSetMultiSelectionBindingEndpoint(newMultiSelectionBindingEndpoint, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT, newMultiSelectionBindingEndpoint, newMultiSelectionBindingEndpoint));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getDatadescription()
* <em>Datadescription</em>}' reference
* @generated
*/
public YDatadescription getDatadescription() {
if (datadescription != null && datadescription.eIsProxy()) {
InternalEObject oldDatadescription = (InternalEObject)datadescription;
datadescription = (YDatadescription)eResolveProxy(oldDatadescription);
if (datadescription != oldDatadescription) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION, oldDatadescription, datadescription));
}
}
return datadescription;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y datadescription
* @generated
*/
public YDatadescription basicGetDatadescription() {
return datadescription;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newDatadescription
* the new cached value of the '{@link #getDatadescription()
* <em>Datadescription</em>}' reference
* @generated
*/
public void setDatadescription(YDatadescription newDatadescription) {
YDatadescription oldDatadescription = datadescription;
datadescription = newDatadescription;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION, oldDatadescription, datadescription));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getDatatype() <em>Datatype</em>}
* ' reference
* @generated
*/
public YOptionsGroupDataType getDatatype() {
if (datatype != null && datatype.eIsProxy()) {
InternalEObject oldDatatype = (InternalEObject)datatype;
datatype = (YOptionsGroupDataType)eResolveProxy(oldDatatype);
if (datatype != oldDatatype) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE, oldDatatype, datatype));
}
}
return datatype;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y options group data type
* @generated
*/
public YOptionsGroupDataType basicGetDatatype() {
return datatype;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newDatatype
* the new cached value of the '{@link #getDatatype()
* <em>Datatype</em>}' reference
* @generated
*/
public void setDatatype(YOptionsGroupDataType newDatatype) {
YOptionsGroupDataType oldDatatype = datatype;
datatype = newDatatype;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE, oldDatatype, datatype));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getSelectionType()
* <em>Selection Type</em>}' attribute
* @generated
*/
public YSelectionType getSelectionType() {
return selectionType;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newSelectionType
* the new cached value of the '{@link #getSelectionType()
* <em>Selection Type</em>}' attribute
* @generated
*/
public void setSelectionType(YSelectionType newSelectionType) {
YSelectionType oldSelectionType = selectionType;
selectionType = newSelectionType == null ? SELECTION_TYPE_EDEFAULT : newSelectionType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_TYPE, oldSelectionType, selectionType));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getSelection()
* <em>Selection</em>}' attribute
* @generated
*/
public Object getSelection() {
return selection;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newSelection
* the new cached value of the '{@link #getSelection()
* <em>Selection</em>}' attribute
* @generated
*/
public void setSelection(Object newSelection) {
Object oldSelection = selection;
selection = newSelection;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION, oldSelection, selection));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getMultiSelection()
* <em>Multi Selection</em>}' attribute list
* @generated
*/
public EList<Object> getMultiSelection() {
if (multiSelection == null) {
multiSelection = new EDataTypeUniqueEList<Object>(Object.class, this, ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION);
}
return multiSelection;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getType() <em>Type</em>}'
* attribute
* @generated
*/
public Class<?> getType() {
return type;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newType
* the new cached value of the '{@link #getType() <em>Type</em>}'
* attribute
* @generated
*/
public void setType(Class<?> newType) {
Class<?> oldType = type;
type = newType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE, oldType, type));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getEmfNsURI()
* <em>Emf Ns URI</em>}' attribute
* @generated
*/
public String getEmfNsURI() {
return emfNsURI;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newEmfNsURI
* the new cached value of the '{@link #getEmfNsURI()
* <em>Emf Ns URI</em>}' attribute
* @generated
*/
public void setEmfNsURI(String newEmfNsURI) {
String oldEmfNsURI = emfNsURI;
emfNsURI = newEmfNsURI;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__EMF_NS_URI, oldEmfNsURI, emfNsURI));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the cached value of the '{@link #getTypeQualifiedName()
* <em>Type Qualified Name</em>}' attribute
* @generated
*/
public String getTypeQualifiedName() {
return typeQualifiedName;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param newTypeQualifiedName
* the new cached value of the '{@link #getTypeQualifiedName()
* <em>Type Qualified Name</em>}' attribute
* @generated
*/
public void setTypeQualifiedName(String newTypeQualifiedName) {
String oldTypeQualifiedName = typeQualifiedName;
typeQualifiedName = newTypeQualifiedName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE_QUALIFIED_NAME, oldTypeQualifiedName, typeQualifiedName));
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable multi selection endpoint
* @generated
*/
public YEmbeddableMultiSelectionEndpoint createMultiSelectionEndpointGen() {
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable multi selection endpoint
* @generated NOT
*/
public YEmbeddableMultiSelectionEndpoint createMultiSelectionEndpoint() {
YEmbeddableMultiSelectionEndpoint ep = CoreModelFactory.eINSTANCE
.createYEmbeddableMultiSelectionEndpoint();
ep.setElement(this);
return ep;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable selection endpoint
* @generated
*/
public YEmbeddableSelectionEndpoint createSelectionEndpointGen() {
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable selection endpoint
* @generated NOT
*/
public YEmbeddableSelectionEndpoint createSelectionEndpoint() {
YEmbeddableSelectionEndpoint ep = CoreModelFactory.eINSTANCE
.createYEmbeddableSelectionEndpoint();
ep.setElement(this);
return ep;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable collection endpoint
* @generated
*/
public YEmbeddableCollectionEndpoint createCollectionEndpointGen() {
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the y embeddable collection endpoint
* @generated
*/
public YEmbeddableCollectionEndpoint createCollectionEndpoint() {
// TODO: implement this method
// Ensure that you remove @generated or mark it @generated NOT
throw new UnsupportedOperationException();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param otherEnd
* the other end
* @param featureID
* the feature id
* @param msgs
* the msgs
* @return the notification chain
* @generated
*/
@Override
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
if (collectionBindingEndpoint != null)
msgs = ((InternalEObject)collectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_COLLECTION_ENDPOINT__ELEMENT, YEmbeddableCollectionEndpoint.class, msgs);
return basicSetCollectionBindingEndpoint((YEmbeddableCollectionEndpoint)otherEnd, msgs);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
if (selectionBindingEndpoint != null)
msgs = ((InternalEObject)selectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_SELECTION_ENDPOINT__ELEMENT, YEmbeddableSelectionEndpoint.class, msgs);
return basicSetSelectionBindingEndpoint((YEmbeddableSelectionEndpoint)otherEnd, msgs);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
if (multiSelectionBindingEndpoint != null)
msgs = ((InternalEObject)multiSelectionBindingEndpoint).eInverseRemove(this, CoreModelPackage.YEMBEDDABLE_MULTI_SELECTION_ENDPOINT__ELEMENT, YEmbeddableMultiSelectionEndpoint.class, msgs);
return basicSetMultiSelectionBindingEndpoint((YEmbeddableMultiSelectionEndpoint)otherEnd, msgs);
}
return super.eInverseAdd(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param otherEnd
* the other end
* @param featureID
* the feature id
* @param msgs
* the msgs
* @return the notification chain
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
return basicSetCollectionBindingEndpoint(null, msgs);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
return basicSetSelectionBindingEndpoint(null, msgs);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
return basicSetMultiSelectionBindingEndpoint(null, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param featureID
* the feature id
* @param resolve
* the resolve
* @param coreType
* the core type
* @return the object
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
if (resolve) return getCollectionBindingEndpoint();
return basicGetCollectionBindingEndpoint();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
if (resolve) return getSelectionBindingEndpoint();
return basicGetSelectionBindingEndpoint();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
if (resolve) return getMultiSelectionBindingEndpoint();
return basicGetMultiSelectionBindingEndpoint();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION:
if (resolve) return getDatadescription();
return basicGetDatadescription();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE:
if (resolve) return getDatatype();
return basicGetDatatype();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_TYPE:
return getSelectionType();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION:
return getSelection();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION:
return getMultiSelection();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE:
return getType();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__EMF_NS_URI:
return getEmfNsURI();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE_QUALIFIED_NAME:
return getTypeQualifiedName();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param featureID
* the feature id
* @param newValue
* the new value
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
setCollectionBindingEndpoint((YEmbeddableCollectionEndpoint)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
setSelectionBindingEndpoint((YEmbeddableSelectionEndpoint)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
setMultiSelectionBindingEndpoint((YEmbeddableMultiSelectionEndpoint)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION:
setDatadescription((YDatadescription)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE:
setDatatype((YOptionsGroupDataType)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_TYPE:
setSelectionType((YSelectionType)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION:
setSelection(newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION:
getMultiSelection().clear();
getMultiSelection().addAll((Collection<? extends Object>)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE:
setType((Class<?>)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__EMF_NS_URI:
setEmfNsURI((String)newValue);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE_QUALIFIED_NAME:
setTypeQualifiedName((String)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param featureID
* the feature id
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
setCollectionBindingEndpoint((YEmbeddableCollectionEndpoint)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
setSelectionBindingEndpoint((YEmbeddableSelectionEndpoint)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
setMultiSelectionBindingEndpoint((YEmbeddableMultiSelectionEndpoint)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION:
setDatadescription((YDatadescription)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE:
setDatatype((YOptionsGroupDataType)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_TYPE:
setSelectionType(SELECTION_TYPE_EDEFAULT);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION:
setSelection(SELECTION_EDEFAULT);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION:
getMultiSelection().clear();
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE:
setType((Class<?>)null);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__EMF_NS_URI:
setEmfNsURI(EMF_NS_URI_EDEFAULT);
return;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE_QUALIFIED_NAME:
setTypeQualifiedName(TYPE_QUALIFIED_NAME_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param featureID
* the feature id
* @return true, if successful
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT:
return collectionBindingEndpoint != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT:
return selectionBindingEndpoint != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT:
return multiSelectionBindingEndpoint != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATADESCRIPTION:
return datadescription != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__DATATYPE:
return datatype != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_TYPE:
return selectionType != SELECTION_TYPE_EDEFAULT;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION:
return SELECTION_EDEFAULT == null ? selection != null : !SELECTION_EDEFAULT.equals(selection);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION:
return multiSelection != null && !multiSelection.isEmpty();
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE:
return type != null;
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__EMF_NS_URI:
return EMF_NS_URI_EDEFAULT == null ? emfNsURI != null : !EMF_NS_URI_EDEFAULT.equals(emfNsURI);
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__TYPE_QUALIFIED_NAME:
return TYPE_QUALIFIED_NAME_EDEFAULT == null ? typeQualifiedName != null : !TYPE_QUALIFIED_NAME_EDEFAULT.equals(typeQualifiedName);
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param derivedFeatureID
* the derived feature id
* @param baseClass
* the base class
* @return the int
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass) {
if (baseClass == YBindable.class) {
switch (derivedFeatureID) {
default: return -1;
}
}
if (baseClass == YCollectionBindable.class) {
switch (derivedFeatureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT: return CoreModelPackage.YCOLLECTION_BINDABLE__COLLECTION_BINDING_ENDPOINT;
default: return -1;
}
}
if (baseClass == YSelectionBindable.class) {
switch (derivedFeatureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT: return CoreModelPackage.YSELECTION_BINDABLE__SELECTION_BINDING_ENDPOINT;
default: return -1;
}
}
if (baseClass == YMultiSelectionBindable.class) {
switch (derivedFeatureID) {
case ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT: return CoreModelPackage.YMULTI_SELECTION_BINDABLE__MULTI_SELECTION_BINDING_ENDPOINT;
default: return -1;
}
}
return super.eBaseStructuralFeatureID(derivedFeatureID, baseClass);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @param baseFeatureID
* the base feature id
* @param baseClass
* the base class
* @return the int
* @generated
*/
@Override
public int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass) {
if (baseClass == YBindable.class) {
switch (baseFeatureID) {
default: return -1;
}
}
if (baseClass == YCollectionBindable.class) {
switch (baseFeatureID) {
case CoreModelPackage.YCOLLECTION_BINDABLE__COLLECTION_BINDING_ENDPOINT: return ExtensionModelPackage.YENUM_OPTIONS_GROUP__COLLECTION_BINDING_ENDPOINT;
default: return -1;
}
}
if (baseClass == YSelectionBindable.class) {
switch (baseFeatureID) {
case CoreModelPackage.YSELECTION_BINDABLE__SELECTION_BINDING_ENDPOINT: return ExtensionModelPackage.YENUM_OPTIONS_GROUP__SELECTION_BINDING_ENDPOINT;
default: return -1;
}
}
if (baseClass == YMultiSelectionBindable.class) {
switch (baseFeatureID) {
case CoreModelPackage.YMULTI_SELECTION_BINDABLE__MULTI_SELECTION_BINDING_ENDPOINT: return ExtensionModelPackage.YENUM_OPTIONS_GROUP__MULTI_SELECTION_BINDING_ENDPOINT;
default: return -1;
}
}
return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @return the string
* @generated
*/
@Override
public String toString() {
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (selectionType: ");
result.append(selectionType);
result.append(", selection: ");
result.append(selection);
result.append(", multiSelection: ");
result.append(multiSelection);
result.append(", type: ");
result.append(type);
result.append(", emfNsURI: ");
result.append(emfNsURI);
result.append(", typeQualifiedName: ");
result.append(typeQualifiedName);
result.append(')');
return result.toString();
}
/**
* Sets the label by creating a new datadescription.
*
* @param label
* the new label
*/
public void setLabel(String label) {
YDatadescription ds = getDatadescription();
if (ds == null) {
setDatadescription(createDatadescription(label));
getOrphanDatadescriptions().add(getDatadescription());
} else {
ds.setLabel(label);
}
}
/**
* Sets the label i18nKey by creating a new datadescription.
*
* @param i18nKey
* the new label i18n key
*/
public void setLabelI18nKey(String i18nKey) {
YDatadescription ds = getDatadescription();
if (ds == null) {
setDatadescription(createDatadescriptionForI18n(i18nKey));
getOrphanDatadescriptions().add(getDatadescription());
} else {
ds.setLabelI18nKey(i18nKey);
}
}
/* (non-Javadoc)
* @see org.eclipse.osbp.ecview.core.common.model.core.impl.YFieldImpl#getLabel()
*/
@Override
public String getLabel() {
YDatadescription ds = getDatadescription();
if (ds != null) {
return ds.getLabel();
}
return "";
}
/* (non-Javadoc)
* @see org.eclipse.osbp.ecview.core.common.model.core.impl.YFieldImpl#getLabelI18nKey()
*/
@Override
public String getLabelI18nKey() {
YDatadescription ds = getDatadescription();
if (ds != null) {
return ds.getLabelI18nKey();
}
return "";
}
} //YEnumOptionsGroupImpl