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

org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) 2014 IBH SYSTEMS GmbH.
 * 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:
 *     IBH SYSTEMS GmbH - initial API and implementation and/or initial documentation
 * 
 */
package org.eclipse.scada.configuration.dave.impl;

import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
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.EcoreUtil;
import org.eclipse.scada.configuration.dave.DaveCommunicationProcessor;
import org.eclipse.scada.configuration.dave.DavePackage;
import org.eclipse.scada.configuration.dave.DaveRequestBlock;
import org.eclipse.scada.configuration.memory.TypeDefinition;

/**
 * 
 * An implementation of the model object 'Request Block'.
 * 
 * 

* The following features are implemented: *

    *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getType Type}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getId Id}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getName Name}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getArea Area}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getBlock Block}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getOffset Offset}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getLength Length}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getPeriod Period}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#isEnableStatistics Enable Statistics}
  • *
  • {@link org.eclipse.scada.configuration.dave.impl.DaveRequestBlockImpl#getDevice Device}
  • *
*

* * @generated */ public class DaveRequestBlockImpl extends MinimalEObjectImpl.Container implements DaveRequestBlock { /** * The cached value of the '{@link #getType() Type}' reference. * * * @see #getType() * @generated * @ordered */ protected TypeDefinition type; /** * The default value of the '{@link #getId() Id}' attribute. * * * @see #getId() * @generated * @ordered */ protected static final String ID_EDEFAULT = null; /** * The cached value of the '{@link #getId() Id}' attribute. * * * @see #getId() * @generated * @ordered */ protected String id = ID_EDEFAULT; /** * The default value of the '{@link #getName() Name}' attribute. * * * @see #getName() * @generated * @ordered */ protected static final String NAME_EDEFAULT = null; /** * The cached value of the '{@link #getName() Name}' attribute. * * * @see #getName() * @generated * @ordered */ protected String name = NAME_EDEFAULT; /** * The default value of the '{@link #getArea() Area}' attribute. * * * @see #getArea() * @generated * @ordered */ protected static final int AREA_EDEFAULT = 132; /** * The cached value of the '{@link #getArea() Area}' attribute. * * * @see #getArea() * @generated * @ordered */ protected int area = AREA_EDEFAULT; /** * The default value of the '{@link #getBlock() Block}' attribute. * * * @see #getBlock() * @generated * @ordered */ protected static final int BLOCK_EDEFAULT = 0; /** * The cached value of the '{@link #getBlock() Block}' attribute. * * * @see #getBlock() * @generated * @ordered */ protected int block = BLOCK_EDEFAULT; /** * The default value of the '{@link #getOffset() Offset}' attribute. * * * @see #getOffset() * @generated * @ordered */ protected static final int OFFSET_EDEFAULT = 0; /** * The cached value of the '{@link #getOffset() Offset}' attribute. * * * @see #getOffset() * @generated * @ordered */ protected int offset = OFFSET_EDEFAULT; /** * The default value of the '{@link #getLength() Length}' attribute. * * * @see #getLength() * @generated * @ordered */ protected static final int LENGTH_EDEFAULT = 0; /** * The cached value of the '{@link #getLength() Length}' attribute. * * * @see #getLength() * @generated * @ordered */ protected int length = LENGTH_EDEFAULT; /** * The default value of the '{@link #getPeriod() Period}' attribute. * * * @see #getPeriod() * @generated * @ordered */ protected static final int PERIOD_EDEFAULT = 0; /** * The cached value of the '{@link #getPeriod() Period}' attribute. * * * @see #getPeriod() * @generated * @ordered */ protected int period = PERIOD_EDEFAULT; /** * The default value of the '{@link #isEnableStatistics() Enable Statistics}' attribute. * * * @see #isEnableStatistics() * @generated * @ordered */ protected static final boolean ENABLE_STATISTICS_EDEFAULT = true; /** * The cached value of the '{@link #isEnableStatistics() Enable Statistics}' attribute. * * * @see #isEnableStatistics() * @generated * @ordered */ protected boolean enableStatistics = ENABLE_STATISTICS_EDEFAULT; /** * * * @generated */ protected DaveRequestBlockImpl () { super (); } /** * * * @generated */ @Override protected EClass eStaticClass () { return DavePackage.Literals.DAVE_REQUEST_BLOCK; } /** * * * @generated */ public TypeDefinition getType () { if ( type != null && type.eIsProxy () ) { InternalEObject oldType = (InternalEObject)type; type = (TypeDefinition)eResolveProxy ( oldType ); if ( type != oldType ) { if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.RESOLVE, DavePackage.DAVE_REQUEST_BLOCK__TYPE, oldType, type ) ); } } return type; } /** * * * @generated */ public TypeDefinition basicGetType () { return type; } /** * * * @generated */ public void setType ( TypeDefinition newType ) { TypeDefinition oldType = type; type = newType; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__TYPE, oldType, type ) ); } /** * * * @generated */ public String getId () { return id; } /** * * * @generated */ public void setId ( String newId ) { String oldId = id; id = newId; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__ID, oldId, id ) ); } /** * * * @generated */ public String getName () { return name; } /** * * * @generated */ public void setName ( String newName ) { String oldName = name; name = newName; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__NAME, oldName, name ) ); } /** * * * @generated */ public int getArea () { return area; } /** * * * @generated */ public void setArea ( int newArea ) { int oldArea = area; area = newArea; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__AREA, oldArea, area ) ); } /** * * * @generated */ public int getBlock () { return block; } /** * * * @generated */ public void setBlock ( int newBlock ) { int oldBlock = block; block = newBlock; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__BLOCK, oldBlock, block ) ); } /** * * * @generated */ public int getOffset () { return offset; } /** * * * @generated */ public void setOffset ( int newOffset ) { int oldOffset = offset; offset = newOffset; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__OFFSET, oldOffset, offset ) ); } /** * * * @generated */ public int getLength () { return length; } /** * * * @generated */ public void setLength ( int newLength ) { int oldLength = length; length = newLength; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__LENGTH, oldLength, length ) ); } /** * * * @generated */ public int getPeriod () { return period; } /** * * * @generated */ public void setPeriod ( int newPeriod ) { int oldPeriod = period; period = newPeriod; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__PERIOD, oldPeriod, period ) ); } /** * * * @generated */ public boolean isEnableStatistics () { return enableStatistics; } /** * * * @generated */ public void setEnableStatistics ( boolean newEnableStatistics ) { boolean oldEnableStatistics = enableStatistics; enableStatistics = newEnableStatistics; if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__ENABLE_STATISTICS, oldEnableStatistics, enableStatistics ) ); } /** * * * @generated */ public DaveCommunicationProcessor getDevice () { if ( eContainerFeatureID () != DavePackage.DAVE_REQUEST_BLOCK__DEVICE ) return null; return (DaveCommunicationProcessor)eContainer (); } /** * * * @generated */ public DaveCommunicationProcessor basicGetDevice () { if ( eContainerFeatureID () != DavePackage.DAVE_REQUEST_BLOCK__DEVICE ) return null; return (DaveCommunicationProcessor)eInternalContainer (); } /** * * * @generated */ public NotificationChain basicSetDevice ( DaveCommunicationProcessor newDevice, NotificationChain msgs ) { msgs = eBasicSetContainer ( (InternalEObject)newDevice, DavePackage.DAVE_REQUEST_BLOCK__DEVICE, msgs ); return msgs; } /** * * * @generated */ public void setDevice ( DaveCommunicationProcessor newDevice ) { if ( newDevice != eInternalContainer () || ( eContainerFeatureID () != DavePackage.DAVE_REQUEST_BLOCK__DEVICE && newDevice != null ) ) { if ( EcoreUtil.isAncestor ( this, newDevice ) ) throw new IllegalArgumentException ( "Recursive containment not allowed for " + toString () ); //$NON-NLS-1$ NotificationChain msgs = null; if ( eInternalContainer () != null ) msgs = eBasicRemoveFromContainer ( msgs ); if ( newDevice != null ) msgs = ( (InternalEObject)newDevice ).eInverseAdd ( this, DavePackage.DAVE_COMMUNICATION_PROCESSOR__BLOCKS, DaveCommunicationProcessor.class, msgs ); msgs = basicSetDevice ( newDevice, msgs ); if ( msgs != null ) msgs.dispatch (); } else if ( eNotificationRequired () ) eNotify ( new ENotificationImpl ( this, Notification.SET, DavePackage.DAVE_REQUEST_BLOCK__DEVICE, newDevice, newDevice ) ); } /** * * * @generated */ @Override public NotificationChain eInverseAdd ( InternalEObject otherEnd, int featureID, NotificationChain msgs ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: if ( eInternalContainer () != null ) msgs = eBasicRemoveFromContainer ( msgs ); return basicSetDevice ( (DaveCommunicationProcessor)otherEnd, msgs ); } return super.eInverseAdd ( otherEnd, featureID, msgs ); } /** * * * @generated */ @Override public NotificationChain eInverseRemove ( InternalEObject otherEnd, int featureID, NotificationChain msgs ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: return basicSetDevice ( null, msgs ); } return super.eInverseRemove ( otherEnd, featureID, msgs ); } /** * * * @generated */ @Override public NotificationChain eBasicRemoveFromContainerFeature ( NotificationChain msgs ) { switch ( eContainerFeatureID () ) { case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: return eInternalContainer ().eInverseRemove ( this, DavePackage.DAVE_COMMUNICATION_PROCESSOR__BLOCKS, DaveCommunicationProcessor.class, msgs ); } return super.eBasicRemoveFromContainerFeature ( msgs ); } /** * * * @generated */ @Override public Object eGet ( int featureID, boolean resolve, boolean coreType ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__TYPE: if ( resolve ) return getType (); return basicGetType (); case DavePackage.DAVE_REQUEST_BLOCK__ID: return getId (); case DavePackage.DAVE_REQUEST_BLOCK__NAME: return getName (); case DavePackage.DAVE_REQUEST_BLOCK__AREA: return getArea (); case DavePackage.DAVE_REQUEST_BLOCK__BLOCK: return getBlock (); case DavePackage.DAVE_REQUEST_BLOCK__OFFSET: return getOffset (); case DavePackage.DAVE_REQUEST_BLOCK__LENGTH: return getLength (); case DavePackage.DAVE_REQUEST_BLOCK__PERIOD: return getPeriod (); case DavePackage.DAVE_REQUEST_BLOCK__ENABLE_STATISTICS: return isEnableStatistics (); case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: if ( resolve ) return getDevice (); return basicGetDevice (); } return super.eGet ( featureID, resolve, coreType ); } /** * * * @generated */ @Override public void eSet ( int featureID, Object newValue ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__TYPE: setType ( (TypeDefinition)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__ID: setId ( (String)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__NAME: setName ( (String)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__AREA: setArea ( (Integer)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__BLOCK: setBlock ( (Integer)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__OFFSET: setOffset ( (Integer)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__LENGTH: setLength ( (Integer)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__PERIOD: setPeriod ( (Integer)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__ENABLE_STATISTICS: setEnableStatistics ( (Boolean)newValue ); return; case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: setDevice ( (DaveCommunicationProcessor)newValue ); return; } super.eSet ( featureID, newValue ); } /** * * * @generated */ @Override public void eUnset ( int featureID ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__TYPE: setType ( (TypeDefinition)null ); return; case DavePackage.DAVE_REQUEST_BLOCK__ID: setId ( ID_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__NAME: setName ( NAME_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__AREA: setArea ( AREA_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__BLOCK: setBlock ( BLOCK_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__OFFSET: setOffset ( OFFSET_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__LENGTH: setLength ( LENGTH_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__PERIOD: setPeriod ( PERIOD_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__ENABLE_STATISTICS: setEnableStatistics ( ENABLE_STATISTICS_EDEFAULT ); return; case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: setDevice ( (DaveCommunicationProcessor)null ); return; } super.eUnset ( featureID ); } /** * * * @generated */ @Override public boolean eIsSet ( int featureID ) { switch ( featureID ) { case DavePackage.DAVE_REQUEST_BLOCK__TYPE: return type != null; case DavePackage.DAVE_REQUEST_BLOCK__ID: return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals ( id ); case DavePackage.DAVE_REQUEST_BLOCK__NAME: return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals ( name ); case DavePackage.DAVE_REQUEST_BLOCK__AREA: return area != AREA_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__BLOCK: return block != BLOCK_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__OFFSET: return offset != OFFSET_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__LENGTH: return length != LENGTH_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__PERIOD: return period != PERIOD_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__ENABLE_STATISTICS: return enableStatistics != ENABLE_STATISTICS_EDEFAULT; case DavePackage.DAVE_REQUEST_BLOCK__DEVICE: return basicGetDevice () != null; } return super.eIsSet ( featureID ); } /** * * * @generated */ @Override public String toString () { if ( eIsProxy () ) return super.toString (); StringBuffer result = new StringBuffer ( super.toString () ); result.append ( " (id: " ); //$NON-NLS-1$ result.append ( id ); result.append ( ", name: " ); //$NON-NLS-1$ result.append ( name ); result.append ( ", area: " ); //$NON-NLS-1$ result.append ( area ); result.append ( ", block: " ); //$NON-NLS-1$ result.append ( block ); result.append ( ", offset: " ); //$NON-NLS-1$ result.append ( offset ); result.append ( ", length: " ); //$NON-NLS-1$ result.append ( length ); result.append ( ", period: " ); //$NON-NLS-1$ result.append ( period ); result.append ( ", enableStatistics: " ); //$NON-NLS-1$ result.append ( enableStatistics ); result.append ( ')' ); return result.toString (); } } //DaveRequestBlockImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy