org.eclipse.gmt.umlx.ucore.impl
Class UOperationImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                  extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                      extended by org.eclipse.emf.ecore.impl.ETypedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EOperationImpl
                              extended by org.eclipse.gmt.umlx.ucore.impl.UOperationImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EOperation, org.eclipse.emf.ecore.ETypedElement, org.eclipse.emf.ecore.InternalEObject, IPhantom, IResolveEntry, UOperation

public class UOperationImpl
extends org.eclipse.emf.ecore.impl.EOperationImpl
implements UOperation, IPhantom, IResolveEntry

An implementation of the model object 'UOperation'.

The following features are implemented:


Nested Class Summary
 class UOperationImpl.ContextListener
           
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
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.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 boolean disable()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void enable()
           
 org.eclipse.emf.ecore.EClassifier getEType()
           
 java.lang.String getName()
           
 USelfParameter getUSelf()
           
 void modelChanged(org.eclipse.emf.common.notify.Notification notification)
           
 void resolve()
          Perform the queued resolve.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EOperationImpl
eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, eSet, eUnset, getEContainingClass, getEExceptions, getEParameters
 
Methods inherited from class org.eclipse.emf.ecore.impl.ETypedElementImpl
basicGetEType, freeze, getETypeGen, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EOperation
getEContainingClass, getEExceptions, getEParameters
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

resolve

public void resolve()
Description copied from interface: IResolveEntry
Perform the queued resolve.

Specified by:
resolve in interface IResolveEntry

getUSelf

public USelfParameter getUSelf()

Specified by:
getUSelf in interface UOperation
Returns:
the value of the 'USelf' reference.
See Also:
UcorePackage.getUOperation_USelf()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.EOperationImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.EOperationImpl

disable

public boolean disable()

Specified by:
disable in interface IPhantom
Returns:
true if disable by this invocation, false if already disabled.

enable

public void enable()

Specified by:
enable in interface IPhantom

getEType

public org.eclipse.emf.ecore.EClassifier getEType()
Specified by:
getEType in interface org.eclipse.emf.ecore.ETypedElement
Overrides:
getEType in class org.eclipse.emf.ecore.impl.ETypedElementImpl

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.emf.ecore.ENamedElement
Overrides:
getName in class org.eclipse.emf.ecore.impl.ENamedElementImpl

modelChanged

public void modelChanged(org.eclipse.emf.common.notify.Notification notification)