|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.ETypedElementImpl
org.eclipse.emf.ecore.impl.EOperationImpl
public class EOperationImpl
An implementation of the model object 'EOperation'.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
MinimalEObjectImpl.Container |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EOperation.Internal |
---|
EOperation.Internal.InvocationDelegate |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected EList<EClassifier> |
eExceptions
The cached value of the ' EExceptions ' reference list |
protected EList<EGenericType> |
eGenericExceptions
The cached value of the ' EGeneric Exceptions ' containment reference list |
protected EList<EParameter> |
eParameters
The cached value of the ' EParameters ' containment reference list |
protected EList<ETypeParameter> |
eTypeParameters
The cached value of the ' EType Parameters ' containment reference list |
protected EOperation.Internal.InvocationDelegate |
invocationDelegate
|
protected int |
operationID
|
Fields inherited from class org.eclipse.emf.ecore.impl.ETypedElementImpl |
---|
eGenericType, eType, LOWER_BOUND_EDEFAULT, lowerBound, MANY_EDEFAULT, ORDERED_EDEFAULT, ORDERED_EFLAG, REQUIRED_EDEFAULT, UNIQUE_EDEFAULT, UNIQUE_EFLAG, UPPER_BOUND_EDEFAULT, upperBound |
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
---|
name, NAME_EDEFAULT |
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eContainer |
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.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
Constructor Summary | |
---|---|
protected |
EOperationImpl()
|
Methods inherited from class org.eclipse.emf.ecore.impl.ETypedElementImpl |
---|
basicGetEType, basicSetEGenericType, basicUnsetEGenericType, getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isSetEGenericType, isSetEType, isUnique, setEGenericType, setEGenericType, setEType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound, toString, unsetEGenericType, unsetEType |
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
---|
eContents, eCrossReferences, getName, getNameGen, setName |
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eBasicSetContainer, eInternalContainer |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
Field Detail |
---|
protected int operationID
protected EList<ETypeParameter> eTypeParameters
EType Parameters
' containment reference list.
getETypeParameters()
protected EList<EParameter> eParameters
EParameters
' containment reference list.
getEParameters()
protected EList<EClassifier> eExceptions
EExceptions
' reference list.
getEExceptions()
protected EList<EGenericType> eGenericExceptions
EGeneric Exceptions
' containment reference list.
getEGenericExceptions()
protected EOperation.Internal.InvocationDelegate invocationDelegate
Constructor Detail |
---|
protected EOperationImpl()
Method Detail |
---|
protected void freeze()
freeze
in class ETypedElementImpl
protected EClass eStaticClass()
eStaticClass
in class ETypedElementImpl
public EClass getEContainingClass()
getEContainingClass
in interface EOperation
EcorePackage.getEOperation_EContainingClass()
,
EClass.getEOperations()
public EList<EParameter> getEParameters()
getEParameters
in interface EOperation
EcorePackage.getEOperation_EParameters()
,
EParameter.getEOperation()
public EList<EClassifier> getEExceptions()
EOperation
EClassifier
.
It represents the exceptions thrown by this operation
and is derived from the generic exceptions
.
getEExceptions
in interface EOperation
,
EcorePackage.getEOperation_EExceptions()
public void unsetEExceptions()
public boolean isSetEExceptions()
public EList<EGenericType> getEGenericExceptions()
getEGenericExceptions
in interface EOperation
EOperation.getEExceptions()
,
EcorePackage.getEOperation_EGenericExceptions()
public void unsetEGenericExceptions()
public boolean isSetEGenericExceptions()
public int getOperationID()
getOperationID
in interface EOperation
public boolean isOverrideOf(EOperation someOperation)
isOverrideOf
in interface EOperation
someOperation
- some other operation.
public void setOperationID(int operationID)
public EList<ETypeParameter> getETypeParameters()
getETypeParameters
in interface EOperation
EcorePackage.getEOperation_ETypeParameters()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class EModelElementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class ETypedElementImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class ETypedElementImpl
InternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class ETypedElementImpl
EObject.eSet(EStructuralFeature, Object)
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class ETypedElementImpl
EObject.eUnset(EStructuralFeature)
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class ETypedElementImpl
EObject.eIsSet(EStructuralFeature)
public java.lang.Object eInvoke(int operationID, EList<?> arguments) throws java.lang.reflect.InvocationTargetException
eInvoke
in interface InternalEObject
eInvoke
in class EModelElementImpl
java.lang.reflect.InvocationTargetException
EObject.eInvoke(EOperation, EList>)
public EOperation.Internal.InvocationDelegate getInvocationDelegate()
EOperation.Internal
null
.
getInvocationDelegate
in interface EOperation.Internal
public void setInvocationDelegate(EOperation.Internal.InvocationDelegate invocationDelegate)
EOperation.Internal
setInvocationDelegate
in interface EOperation.Internal
invocationDelegate
- the new operation delegate
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |