public class DomainObjectOperationImpl extends DomainObjectTypedElementImpl implements DomainObjectOperation
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected boolean |
abstract_
The cached value of the '
Abstract ' attribute. |
protected static boolean |
ABSTRACT_EDEFAULT
The default value of the '
Abstract ' attribute. |
protected java.lang.String |
doc
The cached value of the '
Doc ' attribute. |
protected static java.lang.String |
DOC_EDEFAULT
The default value of the '
Doc ' attribute. |
protected java.lang.String |
hint
The cached value of the '
Hint ' attribute. |
protected static java.lang.String |
HINT_EDEFAULT
The default value of the '
Hint ' attribute. |
protected java.lang.String |
name
The cached value of the '
Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name ' attribute. |
protected org.eclipse.emf.common.util.EList<Parameter> |
parameters
The cached value of the '
Parameters ' containment reference list. |
protected ComplexType |
returnType
The cached value of the '
Return Type ' containment reference. |
protected java.lang.String |
throws_
The cached value of the '
Throws ' attribute. |
protected static java.lang.String |
THROWS_EDEFAULT
The default value of the '
Throws ' attribute. |
protected Visibility |
visibility
The cached value of the '
Visibility ' attribute. |
protected static Visibility |
VISIBILITY_EDEFAULT
The default value of the '
Visibility ' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
DomainObjectOperationImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetReturnType(ComplexType newReturnType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getDoc() |
java.lang.String |
getHint() |
java.lang.String |
getName() |
org.eclipse.emf.common.util.EList<Parameter> |
getParameters() |
ComplexType |
getReturnType() |
java.lang.String |
getThrows() |
Visibility |
getVisibility() |
boolean |
isAbstract() |
void |
setAbstract(boolean newAbstract) |
void |
setDoc(java.lang.String newDoc) |
void |
setHint(java.lang.String newHint) |
void |
setName(java.lang.String newName) |
void |
setReturnType(ComplexType newReturnType) |
void |
setThrows(java.lang.String newThrows) |
void |
setVisibility(Visibility newVisibility) |
java.lang.String |
toString() |
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final java.lang.String DOC_EDEFAULT
Doc
' attribute.
getDoc()
protected static final boolean ABSTRACT_EDEFAULT
Abstract
' attribute.
isAbstract()
,
Constant Field Valuesprotected boolean abstract_
Abstract
' attribute.
isAbstract()
protected static final Visibility VISIBILITY_EDEFAULT
Visibility
' attribute.
getVisibility()
protected Visibility visibility
Visibility
' attribute.
getVisibility()
protected ComplexType returnType
Return Type
' containment reference.
getReturnType()
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected org.eclipse.emf.common.util.EList<Parameter> parameters
Parameters
' containment reference list.
getParameters()
protected static final java.lang.String THROWS_EDEFAULT
Throws
' attribute.
getThrows()
protected java.lang.String throws_
Throws
' attribute.
getThrows()
protected static final java.lang.String HINT_EDEFAULT
Hint
' attribute.
getHint()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class DomainObjectTypedElementImpl
public java.lang.String getDoc()
getDoc
in interface DomainObjectOperation
DomainObjectOperation.setDoc(String)
,
TacticdslPackage.getDomainObjectOperation_Doc()
public void setDoc(java.lang.String newDoc)
setDoc
in interface DomainObjectOperation
newDoc
- the new value of the 'Doc' attribute.DomainObjectOperation.getDoc()
public boolean isAbstract()
isAbstract
in interface DomainObjectOperation
DomainObjectOperation.setAbstract(boolean)
,
TacticdslPackage.getDomainObjectOperation_Abstract()
public void setAbstract(boolean newAbstract)
setAbstract
in interface DomainObjectOperation
newAbstract
- the new value of the 'Abstract' attribute.DomainObjectOperation.isAbstract()
public Visibility getVisibility()
getVisibility
in interface DomainObjectOperation
Visibility
,
DomainObjectOperation.setVisibility(Visibility)
,
TacticdslPackage.getDomainObjectOperation_Visibility()
public void setVisibility(Visibility newVisibility)
setVisibility
in interface DomainObjectOperation
newVisibility
- the new value of the 'Visibility' attribute.Visibility
,
DomainObjectOperation.getVisibility()
public ComplexType getReturnType()
getReturnType
in interface DomainObjectOperation
DomainObjectOperation.setReturnType(ComplexType)
,
TacticdslPackage.getDomainObjectOperation_ReturnType()
public org.eclipse.emf.common.notify.NotificationChain basicSetReturnType(ComplexType newReturnType, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setReturnType(ComplexType newReturnType)
setReturnType
in interface DomainObjectOperation
newReturnType
- the new value of the 'Return Type' containment reference.DomainObjectOperation.getReturnType()
public java.lang.String getName()
getName
in interface DomainObjectOperation
DomainObjectOperation.setName(String)
,
TacticdslPackage.getDomainObjectOperation_Name()
public void setName(java.lang.String newName)
setName
in interface DomainObjectOperation
newName
- the new value of the 'Name' attribute.DomainObjectOperation.getName()
public org.eclipse.emf.common.util.EList<Parameter> getParameters()
getParameters
in interface DomainObjectOperation
TacticdslPackage.getDomainObjectOperation_Parameters()
public java.lang.String getThrows()
getThrows
in interface DomainObjectOperation
DomainObjectOperation.setThrows(String)
,
TacticdslPackage.getDomainObjectOperation_Throws()
public void setThrows(java.lang.String newThrows)
setThrows
in interface DomainObjectOperation
newThrows
- the new value of the 'Throws' attribute.DomainObjectOperation.getThrows()
public java.lang.String getHint()
getHint
in interface DomainObjectOperation
DomainObjectOperation.setHint(String)
,
TacticdslPackage.getDomainObjectOperation_Hint()
public void setHint(java.lang.String newHint)
setHint
in interface DomainObjectOperation
newHint
- the new value of the 'Hint' attribute.DomainObjectOperation.getHint()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl