Class RectImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
com._1c.g5.v8.bm.core.BmObject
com._1c.g5.v8.dt.moxel.impl.RectImpl
All Implemented Interfaces:
IBmObject, Rect, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject

public class RectImpl extends BmObject implements Rect
An implementation of the model object 'Rect'.

The following features are implemented:

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl

    org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container

    Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl

    Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl

    org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject

    org.eclipse.emf.ecore.InternalEObject.EStore
  • Field Summary

    Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET

    Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder

    NIL

    Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject

    BM_NULL_ID

    Fields inherited from interface org.eclipse.emf.ecore.InternalEObject

    EOPPOSITE_FEATURE_BASE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
  • Method Summary

    Modifier and Type
    Method
    Description
    eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments)
    protected org.eclipse.emf.ecore.EClass
    protected int
    int
    int
    int
    int
    int
    int
    int
    int
    void
    setHeight(int newHeight)
    void
    setWidth(int newWidth)
    void
    setX(int newX)
    void
    setY(int newY)

    Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl

    eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching

    Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl

    eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI

    Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl

    eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Constructor Details

    • RectImpl

      protected RectImpl()
  • Method Details

    • eStaticClass

      protected org.eclipse.emf.ecore.EClass eStaticClass()
      Overrides:
      eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
    • eStaticFeatureCount

      protected int eStaticFeatureCount()
      Overrides:
      eStaticFeatureCount in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
    • getX

      public int getX()
      Specified by:
      getX in interface Rect
      Returns:
      the value of the 'X' attribute.
      See Also:
    • setX

      public void setX(int newX)
      Specified by:
      setX in interface Rect
      Parameters:
      newX - the new value of the 'X' attribute.
      See Also:
    • getY

      public int getY()
      Specified by:
      getY in interface Rect
      Returns:
      the value of the 'Y' attribute.
      See Also:
    • setY

      public void setY(int newY)
      Specified by:
      setY in interface Rect
      Parameters:
      newY - the new value of the 'Y' attribute.
      See Also:
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface Rect
      Returns:
      the value of the 'Width' attribute.
      See Also:
    • setWidth

      public void setWidth(int newWidth)
      Specified by:
      setWidth in interface Rect
      Parameters:
      newWidth - the new value of the 'Width' attribute.
      See Also:
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface Rect
      Returns:
      the value of the 'Height' attribute.
      See Also:
    • setHeight

      public void setHeight(int newHeight)
      Specified by:
      setHeight in interface Rect
      Parameters:
      newHeight - the new value of the 'Height' attribute.
      See Also:
    • normalX

      public int normalX()
      Specified by:
      normalX in interface Rect
    • normalY

      public int normalY()
      Specified by:
      normalY in interface Rect
    • normalWidth

      public int normalWidth()
      Specified by:
      normalWidth in interface Rect
    • normalHeight

      public int normalHeight()
      Specified by:
      normalHeight in interface Rect
    • eInvoke

      public Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
      Specified by:
      eInvoke in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eInvoke in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
      Throws:
      InvocationTargetException