blob: 52d6ae55c174be108af5bfefee9b1d5c5d700739 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.xtext.common.types.JvmOperation;
import org.eclipse.xtext.common.types.JvmTypeReference;
import org.eclipse.osbp.ecview.semantic.uimodel.UiBeanServiceConsumer;
import org.eclipse.osbp.ecview.semantic.uimodel.UiBinding;
import org.eclipse.osbp.ecview.semantic.uimodel.UiColumnsAssignment;
import org.eclipse.osbp.ecview.semantic.uimodel.UiI18nInfo;
import org.eclipse.osbp.ecview.semantic.uimodel.UiI18nInfoable;
import org.eclipse.osbp.ecview.semantic.uimodel.UiMobileEmbeddable;
import org.eclipse.osbp.ecview.semantic.uimodel.UiMobileField;
import org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage;
import org.eclipse.osbp.ecview.semantic.uimodel.UiNamedElement;
import org.eclipse.osbp.ecview.semantic.uimodel.UiRawBindable;
import org.eclipse.osbp.ecview.semantic.uimodel.UiSelectionType;
import org.eclipse.osbp.ecview.semantic.uimodel.UiSortOrderAssignment;
import org.eclipse.osbp.ecview.semantic.uimodel.UiTable;
import org.eclipse.osbp.ecview.semantic.uimodel.UiTypeProvider;
import org.eclipse.osbp.ecview.semantic.uimodel.UiValidator;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Ui Table</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getI18nInfo <em>I1 8n Info</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getBindings <em>Bindings</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#isReadonly <em>Readonly</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#isInvisible <em>Invisible</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getStyles <em>Styles</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getValidators <em>Validators</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getJvmType <em>Jvm Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#isConsumeBeanService <em>Consume Bean Service</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getColumnAssignment <em>Column Assignment</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getSelectionType <em>Selection Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getItemImageProperty <em>Item Image Property</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.impl.UiTableImpl#getSortOrderAssignment <em>Sort Order Assignment</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class UiTableImpl extends UiVisibilityProcessableImpl implements UiTable {
/**
* 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 #getBindings() <em>Bindings</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getBindings()
* @generated
* @ordered
*/
protected EList<UiBinding> bindings;
/**
* The default value of the '{@link #isReadonly() <em>Readonly</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReadonly()
* @generated
* @ordered
*/
protected static final boolean READONLY_EDEFAULT = false;
/**
* The cached value of the '{@link #isReadonly() <em>Readonly</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isReadonly()
* @generated
* @ordered
*/
protected boolean readonly = READONLY_EDEFAULT;
/**
* The default value of the '{@link #isInvisible() <em>Invisible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isInvisible()
* @generated
* @ordered
*/
protected static final boolean INVISIBLE_EDEFAULT = false;
/**
* The cached value of the '{@link #isInvisible() <em>Invisible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isInvisible()
* @generated
* @ordered
*/
protected boolean invisible = INVISIBLE_EDEFAULT;
/**
* The default value of the '{@link #getStyles() <em>Styles</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getStyles()
* @generated
* @ordered
*/
protected static final String STYLES_EDEFAULT = null;
/**
* The cached value of the '{@link #getStyles() <em>Styles</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getStyles()
* @generated
* @ordered
*/
protected String styles = STYLES_EDEFAULT;
/**
* The cached value of the '{@link #getValidators() <em>Validators</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getValidators()
* @generated
* @ordered
*/
protected EList<UiValidator> validators;
/**
* 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 default value of the '{@link #isConsumeBeanService() <em>Consume Bean Service</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isConsumeBeanService()
* @generated
* @ordered
*/
protected static final boolean CONSUME_BEAN_SERVICE_EDEFAULT = false;
/**
* The cached value of the '{@link #isConsumeBeanService() <em>Consume Bean Service</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isConsumeBeanService()
* @generated
* @ordered
*/
protected boolean consumeBeanService = CONSUME_BEAN_SERVICE_EDEFAULT;
/**
* The cached value of the '{@link #getColumnAssignment() <em>Column Assignment</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getColumnAssignment()
* @generated
* @ordered
*/
protected UiColumnsAssignment columnAssignment;
/**
* 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 UiSelectionType SELECTION_TYPE_EDEFAULT = UiSelectionType.SINGLE;
/**
* The cached value of the '{@link #getSelectionType() <em>Selection Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSelectionType()
* @generated
* @ordered
*/
protected UiSelectionType selectionType = SELECTION_TYPE_EDEFAULT;
/**
* The cached value of the '{@link #getItemImageProperty() <em>Item Image Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getItemImageProperty()
* @generated
* @ordered
*/
protected JvmOperation itemImageProperty;
/**
* The cached value of the '{@link #getSortOrderAssignment() <em>Sort Order Assignment</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getSortOrderAssignment()
* @generated
* @ordered
*/
protected UiSortOrderAssignment sortOrderAssignment;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UiTableImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UiModelPackage.Literals.UI_TABLE;
}
/**
* <!-- 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_TABLE__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_TABLE__NAME, oldName, name));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<UiBinding> getBindings() {
if (bindings == null) {
bindings = new EObjectContainmentEList.Resolving<UiBinding>(UiBinding.class, this, UiModelPackage.UI_TABLE__BINDINGS);
}
return bindings;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isReadonly() {
return readonly;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setReadonly(boolean newReadonly) {
boolean oldReadonly = readonly;
readonly = newReadonly;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__READONLY, oldReadonly, readonly));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isInvisible() {
return invisible;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setInvisible(boolean newInvisible) {
boolean oldInvisible = invisible;
invisible = newInvisible;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__INVISIBLE, oldInvisible, invisible));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getStyles() {
return styles;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStyles(String newStyles) {
String oldStyles = styles;
styles = newStyles;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__STYLES, oldStyles, styles));
}
/**
* <!-- 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_TABLE__I18N_INFO, null, null);
if (newI18nInfo.eInternalContainer() == null) {
msgs = newI18nInfo.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__I18N_INFO, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_TABLE__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_TABLE__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_TABLE__I18N_INFO, null, msgs);
if (newI18nInfo != null)
msgs = ((InternalEObject)newI18nInfo).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__I18N_INFO, null, msgs);
msgs = basicSetI18nInfo(newI18nInfo, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__I18N_INFO, newI18nInfo, newI18nInfo));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<UiValidator> getValidators() {
if (validators == null) {
validators = new EObjectContainmentEList.Resolving<UiValidator>(UiValidator.class, this, UiModelPackage.UI_TABLE__VALIDATORS);
}
return validators;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiColumnsAssignment getColumnAssignment() {
if (columnAssignment != null && columnAssignment.eIsProxy()) {
InternalEObject oldColumnAssignment = (InternalEObject)columnAssignment;
columnAssignment = (UiColumnsAssignment)eResolveProxy(oldColumnAssignment);
if (columnAssignment != oldColumnAssignment) {
InternalEObject newColumnAssignment = (InternalEObject)columnAssignment;
NotificationChain msgs = oldColumnAssignment.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, null, null);
if (newColumnAssignment.eInternalContainer() == null) {
msgs = newColumnAssignment.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, oldColumnAssignment, columnAssignment));
}
}
return columnAssignment;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiColumnsAssignment basicGetColumnAssignment() {
return columnAssignment;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetColumnAssignment(UiColumnsAssignment newColumnAssignment, NotificationChain msgs) {
UiColumnsAssignment oldColumnAssignment = columnAssignment;
columnAssignment = newColumnAssignment;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, oldColumnAssignment, newColumnAssignment);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setColumnAssignment(UiColumnsAssignment newColumnAssignment) {
if (newColumnAssignment != columnAssignment) {
NotificationChain msgs = null;
if (columnAssignment != null)
msgs = ((InternalEObject)columnAssignment).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, null, msgs);
if (newColumnAssignment != null)
msgs = ((InternalEObject)newColumnAssignment).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, null, msgs);
msgs = basicSetColumnAssignment(newColumnAssignment, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT, newColumnAssignment, newColumnAssignment));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiSelectionType getSelectionType() {
return selectionType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSelectionType(UiSelectionType newSelectionType) {
UiSelectionType oldSelectionType = selectionType;
selectionType = newSelectionType == null ? SELECTION_TYPE_EDEFAULT : newSelectionType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__SELECTION_TYPE, oldSelectionType, selectionType));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public JvmOperation getItemImageProperty() {
if (itemImageProperty != null && itemImageProperty.eIsProxy()) {
InternalEObject oldItemImageProperty = (InternalEObject)itemImageProperty;
itemImageProperty = (JvmOperation)eResolveProxy(oldItemImageProperty);
if (itemImageProperty != oldItemImageProperty) {
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY, oldItemImageProperty, itemImageProperty));
}
}
return itemImageProperty;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public JvmOperation basicGetItemImageProperty() {
return itemImageProperty;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setItemImageProperty(JvmOperation newItemImageProperty) {
JvmOperation oldItemImageProperty = itemImageProperty;
itemImageProperty = newItemImageProperty;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY, oldItemImageProperty, itemImageProperty));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiSortOrderAssignment getSortOrderAssignment() {
if (sortOrderAssignment != null && sortOrderAssignment.eIsProxy()) {
InternalEObject oldSortOrderAssignment = (InternalEObject)sortOrderAssignment;
sortOrderAssignment = (UiSortOrderAssignment)eResolveProxy(oldSortOrderAssignment);
if (sortOrderAssignment != oldSortOrderAssignment) {
InternalEObject newSortOrderAssignment = (InternalEObject)sortOrderAssignment;
NotificationChain msgs = oldSortOrderAssignment.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, null, null);
if (newSortOrderAssignment.eInternalContainer() == null) {
msgs = newSortOrderAssignment.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, oldSortOrderAssignment, sortOrderAssignment));
}
}
return sortOrderAssignment;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public UiSortOrderAssignment basicGetSortOrderAssignment() {
return sortOrderAssignment;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSortOrderAssignment(UiSortOrderAssignment newSortOrderAssignment, NotificationChain msgs) {
UiSortOrderAssignment oldSortOrderAssignment = sortOrderAssignment;
sortOrderAssignment = newSortOrderAssignment;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, oldSortOrderAssignment, newSortOrderAssignment);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSortOrderAssignment(UiSortOrderAssignment newSortOrderAssignment) {
if (newSortOrderAssignment != sortOrderAssignment) {
NotificationChain msgs = null;
if (sortOrderAssignment != null)
msgs = ((InternalEObject)sortOrderAssignment).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, null, msgs);
if (newSortOrderAssignment != null)
msgs = ((InternalEObject)newSortOrderAssignment).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, null, msgs);
msgs = basicSetSortOrderAssignment(newSortOrderAssignment, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT, newSortOrderAssignment, newSortOrderAssignment));
}
/**
* <!-- 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_TABLE__JVM_TYPE, null, null);
if (newJvmType.eInternalContainer() == null) {
msgs = newJvmType.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__JVM_TYPE, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, UiModelPackage.UI_TABLE__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_TABLE__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_TABLE__JVM_TYPE, null, msgs);
if (newJvmType != null)
msgs = ((InternalEObject)newJvmType).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - UiModelPackage.UI_TABLE__JVM_TYPE, null, msgs);
msgs = basicSetJvmType(newJvmType, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__JVM_TYPE, newJvmType, newJvmType));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isConsumeBeanService() {
return consumeBeanService;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setConsumeBeanService(boolean newConsumeBeanService) {
boolean oldConsumeBeanService = consumeBeanService;
consumeBeanService = newConsumeBeanService;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE, oldConsumeBeanService, consumeBeanService));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case UiModelPackage.UI_TABLE__I18N_INFO:
return basicSetI18nInfo(null, msgs);
case UiModelPackage.UI_TABLE__BINDINGS:
return ((InternalEList<?>)getBindings()).basicRemove(otherEnd, msgs);
case UiModelPackage.UI_TABLE__VALIDATORS:
return ((InternalEList<?>)getValidators()).basicRemove(otherEnd, msgs);
case UiModelPackage.UI_TABLE__JVM_TYPE:
return basicSetJvmType(null, msgs);
case UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT:
return basicSetColumnAssignment(null, msgs);
case UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT:
return basicSetSortOrderAssignment(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 UiModelPackage.UI_TABLE__ID:
return getId();
case UiModelPackage.UI_TABLE__NAME:
return getName();
case UiModelPackage.UI_TABLE__I18N_INFO:
if (resolve) return getI18nInfo();
return basicGetI18nInfo();
case UiModelPackage.UI_TABLE__BINDINGS:
return getBindings();
case UiModelPackage.UI_TABLE__READONLY:
return isReadonly();
case UiModelPackage.UI_TABLE__INVISIBLE:
return isInvisible();
case UiModelPackage.UI_TABLE__STYLES:
return getStyles();
case UiModelPackage.UI_TABLE__VALIDATORS:
return getValidators();
case UiModelPackage.UI_TABLE__JVM_TYPE:
if (resolve) return getJvmType();
return basicGetJvmType();
case UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE:
return isConsumeBeanService();
case UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT:
if (resolve) return getColumnAssignment();
return basicGetColumnAssignment();
case UiModelPackage.UI_TABLE__SELECTION_TYPE:
return getSelectionType();
case UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY:
if (resolve) return getItemImageProperty();
return basicGetItemImageProperty();
case UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT:
if (resolve) return getSortOrderAssignment();
return basicGetSortOrderAssignment();
}
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_TABLE__ID:
setId((String)newValue);
return;
case UiModelPackage.UI_TABLE__NAME:
setName((String)newValue);
return;
case UiModelPackage.UI_TABLE__I18N_INFO:
setI18nInfo((UiI18nInfo)newValue);
return;
case UiModelPackage.UI_TABLE__BINDINGS:
getBindings().clear();
getBindings().addAll((Collection<? extends UiBinding>)newValue);
return;
case UiModelPackage.UI_TABLE__READONLY:
setReadonly((Boolean)newValue);
return;
case UiModelPackage.UI_TABLE__INVISIBLE:
setInvisible((Boolean)newValue);
return;
case UiModelPackage.UI_TABLE__STYLES:
setStyles((String)newValue);
return;
case UiModelPackage.UI_TABLE__VALIDATORS:
getValidators().clear();
getValidators().addAll((Collection<? extends UiValidator>)newValue);
return;
case UiModelPackage.UI_TABLE__JVM_TYPE:
setJvmType((JvmTypeReference)newValue);
return;
case UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE:
setConsumeBeanService((Boolean)newValue);
return;
case UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT:
setColumnAssignment((UiColumnsAssignment)newValue);
return;
case UiModelPackage.UI_TABLE__SELECTION_TYPE:
setSelectionType((UiSelectionType)newValue);
return;
case UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY:
setItemImageProperty((JvmOperation)newValue);
return;
case UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT:
setSortOrderAssignment((UiSortOrderAssignment)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case UiModelPackage.UI_TABLE__ID:
setId(ID_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__NAME:
setName(NAME_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__I18N_INFO:
setI18nInfo((UiI18nInfo)null);
return;
case UiModelPackage.UI_TABLE__BINDINGS:
getBindings().clear();
return;
case UiModelPackage.UI_TABLE__READONLY:
setReadonly(READONLY_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__INVISIBLE:
setInvisible(INVISIBLE_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__STYLES:
setStyles(STYLES_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__VALIDATORS:
getValidators().clear();
return;
case UiModelPackage.UI_TABLE__JVM_TYPE:
setJvmType((JvmTypeReference)null);
return;
case UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE:
setConsumeBeanService(CONSUME_BEAN_SERVICE_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT:
setColumnAssignment((UiColumnsAssignment)null);
return;
case UiModelPackage.UI_TABLE__SELECTION_TYPE:
setSelectionType(SELECTION_TYPE_EDEFAULT);
return;
case UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY:
setItemImageProperty((JvmOperation)null);
return;
case UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT:
setSortOrderAssignment((UiSortOrderAssignment)null);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case UiModelPackage.UI_TABLE__ID:
return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
case UiModelPackage.UI_TABLE__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
case UiModelPackage.UI_TABLE__I18N_INFO:
return i18nInfo != null;
case UiModelPackage.UI_TABLE__BINDINGS:
return bindings != null && !bindings.isEmpty();
case UiModelPackage.UI_TABLE__READONLY:
return readonly != READONLY_EDEFAULT;
case UiModelPackage.UI_TABLE__INVISIBLE:
return invisible != INVISIBLE_EDEFAULT;
case UiModelPackage.UI_TABLE__STYLES:
return STYLES_EDEFAULT == null ? styles != null : !STYLES_EDEFAULT.equals(styles);
case UiModelPackage.UI_TABLE__VALIDATORS:
return validators != null && !validators.isEmpty();
case UiModelPackage.UI_TABLE__JVM_TYPE:
return jvmType != null;
case UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE:
return consumeBeanService != CONSUME_BEAN_SERVICE_EDEFAULT;
case UiModelPackage.UI_TABLE__COLUMN_ASSIGNMENT:
return columnAssignment != null;
case UiModelPackage.UI_TABLE__SELECTION_TYPE:
return selectionType != SELECTION_TYPE_EDEFAULT;
case UiModelPackage.UI_TABLE__ITEM_IMAGE_PROPERTY:
return itemImageProperty != null;
case UiModelPackage.UI_TABLE__SORT_ORDER_ASSIGNMENT:
return sortOrderAssignment != null;
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass) {
if (baseClass == UiNamedElement.class) {
switch (derivedFeatureID) {
case UiModelPackage.UI_TABLE__ID: return UiModelPackage.UI_NAMED_ELEMENT__ID;
case UiModelPackage.UI_TABLE__NAME: return UiModelPackage.UI_NAMED_ELEMENT__NAME;
default: return -1;
}
}
if (baseClass == UiRawBindable.class) {
switch (derivedFeatureID) {
default: return -1;
}
}
if (baseClass == UiI18nInfoable.class) {
switch (derivedFeatureID) {
case UiModelPackage.UI_TABLE__I18N_INFO: return UiModelPackage.UI_I1_8N_INFOABLE__I18N_INFO;
default: return -1;
}
}
if (baseClass == UiTypeProvider.class) {
switch (derivedFeatureID) {
case UiModelPackage.UI_TABLE__JVM_TYPE: return UiModelPackage.UI_TYPE_PROVIDER__JVM_TYPE;
default: return -1;
}
}
if (baseClass == UiMobileEmbeddable.class) {
switch (derivedFeatureID) {
default: return -1;
}
}
if (baseClass == UiMobileField.class) {
switch (derivedFeatureID) {
default: return -1;
}
}
if (baseClass == UiBeanServiceConsumer.class) {
switch (derivedFeatureID) {
case UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE: return UiModelPackage.UI_BEAN_SERVICE_CONSUMER__CONSUME_BEAN_SERVICE;
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 == UiNamedElement.class) {
switch (baseFeatureID) {
case UiModelPackage.UI_NAMED_ELEMENT__ID: return UiModelPackage.UI_TABLE__ID;
case UiModelPackage.UI_NAMED_ELEMENT__NAME: return UiModelPackage.UI_TABLE__NAME;
default: return -1;
}
}
if (baseClass == UiRawBindable.class) {
switch (baseFeatureID) {
default: return -1;
}
}
if (baseClass == UiI18nInfoable.class) {
switch (baseFeatureID) {
case UiModelPackage.UI_I1_8N_INFOABLE__I18N_INFO: return UiModelPackage.UI_TABLE__I18N_INFO;
default: return -1;
}
}
if (baseClass == UiTypeProvider.class) {
switch (baseFeatureID) {
case UiModelPackage.UI_TYPE_PROVIDER__JVM_TYPE: return UiModelPackage.UI_TABLE__JVM_TYPE;
default: return -1;
}
}
if (baseClass == UiMobileEmbeddable.class) {
switch (baseFeatureID) {
default: return -1;
}
}
if (baseClass == UiMobileField.class) {
switch (baseFeatureID) {
default: return -1;
}
}
if (baseClass == UiBeanServiceConsumer.class) {
switch (baseFeatureID) {
case UiModelPackage.UI_BEAN_SERVICE_CONSUMER__CONSUME_BEAN_SERVICE: return UiModelPackage.UI_TABLE__CONSUME_BEAN_SERVICE;
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(", readonly: ");
result.append(readonly);
result.append(", invisible: ");
result.append(invisible);
result.append(", styles: ");
result.append(styles);
result.append(", consumeBeanService: ");
result.append(consumeBeanService);
result.append(", selectionType: ");
result.append(selectionType);
result.append(')');
return result.toString();
}
} //UiTableImpl