All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.impl.FeatureReferenceImpl Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model.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.BasicEList;
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.openxma.dsl.core.CorePackage;
import org.openxma.dsl.core.model.IDocumentable;
import org.openxma.dsl.core.model.ValidatorReference;
import org.openxma.dsl.dom.DomPackage;
import org.openxma.dsl.dom.model.Attribute;
import org.openxma.dsl.dom.model.AttributeProperty;
import org.openxma.dsl.dom.model.DataView;
import org.openxma.dsl.dom.model.Entity;
import org.openxma.dsl.dom.model.FeatureReference;

/**
 *  An implementation of the model object '
 * Feature Reference'. 
 * 

* The following features are implemented: *

    *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getTxtDescription Txt Description}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getSource Source}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getAttribute Attribute}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getView View}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#isAll All}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getProperties Properties}
  • *
  • {@link org.openxma.dsl.dom.model.impl.FeatureReferenceImpl#getTarget Target}
  • *
*

* * @generated */ public class FeatureReferenceImpl extends PresentableFeatureImpl implements FeatureReference { /** * The default value of the '{@link #getTxtDescription() Txt Description}' attribute. * * * @see #getTxtDescription() * @generated * @ordered */ protected static final String TXT_DESCRIPTION_EDEFAULT = null; /** * The cached value of the '{@link #getTxtDescription() Txt Description}' attribute. * * * @see #getTxtDescription() * @generated * @ordered */ protected String txtDescription = TXT_DESCRIPTION_EDEFAULT; /** * The cached value of the '{@link #getSource() Source}' reference. * * @see #getSource() * @generated * @ordered */ protected Entity source; /** * The cached value of the '{@link #getAttribute() Attribute}' reference. * * * @see #getAttribute() * @generated * @ordered */ protected Attribute attribute; /** * The cached value of the '{@link #getView() View}' reference. * * @see #getView() * @generated * @ordered */ protected DataView view; /** * The default value of the '{@link #isAll() All}' attribute. * * @see #isAll() * @generated * @ordered */ protected static final boolean ALL_EDEFAULT = false; /** * The cached value of the '{@link #isAll() All}' attribute. * * @see #isAll() * @generated * @ordered */ protected boolean all = ALL_EDEFAULT; /** * The cached value of the '{@link #getProperties() Properties}' containment reference list. * * @see #getProperties() * @generated * @ordered */ protected EList properties; /** * * @generated */ protected FeatureReferenceImpl() { super(); } /** * * @generated */ @Override protected EClass eStaticClass() { return DomPackage.Literals.FEATURE_REFERENCE; } /** * * * @generated */ public String getTxtDescription() { return txtDescription; } /** * * * @generated */ public void setTxtDescription(String newTxtDescription) { String oldTxtDescription = txtDescription; txtDescription = newTxtDescription; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION, oldTxtDescription, txtDescription)); } /** * * @generated */ public Entity getSource() { if (source != null && source.eIsProxy()) { InternalEObject oldSource = (InternalEObject)source; source = (Entity)eResolveProxy(oldSource); if (source != oldSource) { if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.RESOLVE, DomPackage.FEATURE_REFERENCE__SOURCE, oldSource, source)); } } return source; } /** * * @generated */ public Entity basicGetSource() { return source; } /** * * @generated */ public void setSource(Entity newSource) { Entity oldSource = source; source = newSource; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, DomPackage.FEATURE_REFERENCE__SOURCE, oldSource, source)); } /** * * * @generated */ public Attribute getAttribute() { if (attribute != null && attribute.eIsProxy()) { InternalEObject oldAttribute = (InternalEObject)attribute; attribute = (Attribute)eResolveProxy(oldAttribute); if (attribute != oldAttribute) { if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.RESOLVE, DomPackage.FEATURE_REFERENCE__ATTRIBUTE, oldAttribute, attribute)); } } return attribute; } /** * * * @generated */ public Attribute basicGetAttribute() { return attribute; } /** * * * @generated */ public void setAttribute(Attribute newAttribute) { Attribute oldAttribute = attribute; attribute = newAttribute; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, DomPackage.FEATURE_REFERENCE__ATTRIBUTE, oldAttribute, attribute)); } /** * * @generated */ public DataView getView() { if (view != null && view.eIsProxy()) { InternalEObject oldView = (InternalEObject)view; view = (DataView)eResolveProxy(oldView); if (view != oldView) { if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.RESOLVE, DomPackage.FEATURE_REFERENCE__VIEW, oldView, view)); } } return view; } /** * * @generated */ public DataView basicGetView() { return view; } /** * * @generated */ public void setView(DataView newView) { DataView oldView = view; view = newView; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, DomPackage.FEATURE_REFERENCE__VIEW, oldView, view)); } /** * * @generated */ public EList getProperties() { if (properties == null) { properties = new EObjectContainmentEList(AttributeProperty.class, this, DomPackage.FEATURE_REFERENCE__PROPERTIES); } return properties; } /** * * @generated */ public boolean isAll() { return all; } /** * * @generated */ public void setAll(boolean newAll) { boolean oldAll = all; all = newAll; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, DomPackage.FEATURE_REFERENCE__ALL, oldAll, all)); } /** * * * @generated NOT */ public Attribute getTarget() { return this.structuralFeature; } /** * * @generated */ @Override public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case DomPackage.FEATURE_REFERENCE__PROPERTIES: return ((InternalEList)getProperties()).basicRemove(otherEnd, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } /** * * @generated */ @Override public Object eGet(int featureID, boolean resolve, boolean coreType) { switch (featureID) { case DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION: return getTxtDescription(); case DomPackage.FEATURE_REFERENCE__SOURCE: if (resolve) return getSource(); return basicGetSource(); case DomPackage.FEATURE_REFERENCE__ATTRIBUTE: if (resolve) return getAttribute(); return basicGetAttribute(); case DomPackage.FEATURE_REFERENCE__VIEW: if (resolve) return getView(); return basicGetView(); case DomPackage.FEATURE_REFERENCE__ALL: return isAll(); case DomPackage.FEATURE_REFERENCE__PROPERTIES: return getProperties(); case DomPackage.FEATURE_REFERENCE__TARGET: return getTarget(); } return super.eGet(featureID, resolve, coreType); } /** * * @generated */ @SuppressWarnings("unchecked") @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION: setTxtDescription((String)newValue); return; case DomPackage.FEATURE_REFERENCE__SOURCE: setSource((Entity)newValue); return; case DomPackage.FEATURE_REFERENCE__ATTRIBUTE: setAttribute((Attribute)newValue); return; case DomPackage.FEATURE_REFERENCE__VIEW: setView((DataView)newValue); return; case DomPackage.FEATURE_REFERENCE__ALL: setAll((Boolean)newValue); return; case DomPackage.FEATURE_REFERENCE__PROPERTIES: getProperties().clear(); getProperties().addAll((Collection)newValue); return; } super.eSet(featureID, newValue); } /** * * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION: setTxtDescription(TXT_DESCRIPTION_EDEFAULT); return; case DomPackage.FEATURE_REFERENCE__SOURCE: setSource((Entity)null); return; case DomPackage.FEATURE_REFERENCE__ATTRIBUTE: setAttribute((Attribute)null); return; case DomPackage.FEATURE_REFERENCE__VIEW: setView((DataView)null); return; case DomPackage.FEATURE_REFERENCE__ALL: setAll(ALL_EDEFAULT); return; case DomPackage.FEATURE_REFERENCE__PROPERTIES: getProperties().clear(); return; } super.eUnset(featureID); } /** * * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION: return TXT_DESCRIPTION_EDEFAULT == null ? txtDescription != null : !TXT_DESCRIPTION_EDEFAULT.equals(txtDescription); case DomPackage.FEATURE_REFERENCE__SOURCE: return source != null; case DomPackage.FEATURE_REFERENCE__ATTRIBUTE: return attribute != null; case DomPackage.FEATURE_REFERENCE__VIEW: return view != null; case DomPackage.FEATURE_REFERENCE__ALL: return all != ALL_EDEFAULT; case DomPackage.FEATURE_REFERENCE__PROPERTIES: return properties != null && !properties.isEmpty(); case DomPackage.FEATURE_REFERENCE__TARGET: return getTarget() != null; } return super.eIsSet(featureID); } /** * * * @generated */ @Override public int eBaseStructuralFeatureID(int derivedFeatureID, Class baseClass) { if (baseClass == IDocumentable.class) { switch (derivedFeatureID) { case DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION: return CorePackage.IDOCUMENTABLE__TXT_DESCRIPTION; default: return -1; } } return super.eBaseStructuralFeatureID(derivedFeatureID, baseClass); } /** * * * @generated */ @Override public int eDerivedStructuralFeatureID(int baseFeatureID, Class baseClass) { if (baseClass == IDocumentable.class) { switch (baseFeatureID) { case CorePackage.IDOCUMENTABLE__TXT_DESCRIPTION: return DomPackage.FEATURE_REFERENCE__TXT_DESCRIPTION; default: return -1; } } return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass); } /** * * @generated */ @Override public String toString() { if (eIsProxy()) return super.toString(); StringBuffer result = new StringBuffer(super.toString()); result.append(" (txtDescription: "); result.append(txtDescription); result.append(", all: "); result.append(all); result.append(')'); return result.toString(); } /** * @modified */ public void setTarget(Attribute attribute) { this.structuralFeature = attribute; } /** * @generated NOT */ public Attribute structuralFeature; /** * @modified * @return the attribute */ public String getLabelText() { EList attrProp = getProperties(); String labelText = null; if (attrProp != null && attrProp.size() > 0) { labelText = AttributePropertyImpl.getLabelText(getProperties()); } if (labelText == null && getAttribute() != null) { labelText = getAttribute().getLabelText(); } return labelText; } /** * @modified * @return the attribute */ public String getTooltipText() { EList attrProp = getProperties(); String tooltipText = null; if (attrProp != null && attrProp.size() > 0) { tooltipText = AttributePropertyImpl.getTooltipText(getProperties()); } if (tooltipText == null && getAttribute() != null) { tooltipText = getAttribute().getTooltipText(); } return tooltipText; } /** * @modified * @return the attribute */ public String getUnitText() { EList attrProp = getProperties(); String tooltipText = null; if (attrProp != null && attrProp.size() > 0) { tooltipText = AttributePropertyImpl.getUnitText(getProperties()); } if (tooltipText == null && getAttribute() != null) { tooltipText = getAttribute().getUnitText(); } return tooltipText; } /** * @modified * @return the attribute */ public Attribute getUnitAttribute() { EList attrProp = getProperties(); Attribute tooltipText = null; if (attrProp != null && attrProp.size() > 0) { tooltipText = AttributePropertyImpl.getUnitAttribute(getProperties()); } if (tooltipText == null && getAttribute() != null) { tooltipText = getAttribute().getUnitAttribute(); } return tooltipText; } /** * @modified * @return the attribute */ public String getCalculatedName() { String name = getName(); if (name == null && getAttribute() != null) { name = getAttribute().getName(); } return name; } /** * @modified */ public EList getAttributProperties() { EList prop = new BasicEList(getProperties()); if (getAttribute() != null) { prop.addAll(getAttribute().getAttributProperties()); } return prop; } /** * @modified */ public ValidatorReference getFormat() { return AttributeImpl.getFormatInternal(getAttributProperties()); } } // FeatureReferenceImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy