Package org.eclipse.m2m.atl.emftvm.impl
Class ModelDeclarationImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.m2m.atl.emftvm.impl.ModelDeclarationImpl
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
,ModelDeclaration
public class ModelDeclarationImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements ModelDeclaration
An implementation of the model object 'Model Declaration'.
-
Nested Class Summary
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
Modifier and TypeFieldDescriptionprotected static final String
The default value of the 'Meta Model Name
' attribute.protected String
The cached value of the 'Meta Model Name
' attribute.protected static final String
The default value of the 'Model Name
' attribute.protected String
The cached value of the 'Model Name
' attribute.Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
basicSetInoutModelFor
(Module newInoutModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetInputModelFor
(Module newInputModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetOutputModelFor
(Module newOutputModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
eBasicRemoveFromContainerFeature
(org.eclipse.emf.common.notify.NotificationChain msgs) eGet
(int featureID, boolean resolve, boolean coreType) org.eclipse.emf.common.notify.NotificationChain
eInverseAdd
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) 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
protected org.eclipse.emf.ecore.EClass
Returns theEClass
that correspond to this metaclass.void
eUnset
(int featureID) Returns the value of the 'Inout Model For' container reference.Returns the value of the 'Input Model For' container reference.Returns the value of the 'Meta Model Name' attribute.Returns the value of the 'Model Name' attribute.Returns the value of the 'Output Model For' container reference.void
setInoutModelFor
(Module newInoutModelFor) Sets the value of the 'Inout Model For
' container reference.void
setInputModelFor
(Module newInputModelFor) Sets the value of the 'Input Model For
' container reference.void
setMetaModelName
(String newMetaModelName) Sets the value of the 'Meta Model Name
' attribute.void
setModelName
(String newModelName) Sets the value of the 'Model Name
' attribute.void
setOutputModelFor
(Module newOutputModelFor) Sets the value of the 'Output Model For
' container reference.toString()
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
MODEL_NAME_EDEFAULT
The default value of the 'Model Name
' attribute.- See Also:
-
modelName
The cached value of the 'Model Name
' attribute.- See Also:
-
META_MODEL_NAME_EDEFAULT
The default value of the 'Meta Model Name
' attribute.- See Also:
-
metaModelName
The cached value of the 'Meta Model Name
' attribute.- See Also:
-
-
Constructor Details
-
ModelDeclarationImpl
protected ModelDeclarationImpl()Creates a newModelDeclarationImpl
.
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()Returns theEClass
that correspond to this metaclass.- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.EObjectImpl
- Returns:
- the
EClass
that correspond to this metaclass.
-
getModelName
Returns the value of the 'Model Name' attribute.If the meaning of the 'Model Name' attribute isn't clear, there really should be more of a description here...
- Specified by:
getModelName
in interfaceModelDeclaration
- Returns:
- the value of the 'Model Name' attribute.
- See Also:
-
setModelName
Sets the value of the 'Model Name
' attribute.- Specified by:
setModelName
in interfaceModelDeclaration
- Parameters:
newModelName
- the new value of the 'Model Name' attribute.- See Also:
-
getMetaModelName
Returns the value of the 'Meta Model Name' attribute.If the meaning of the 'Meta Model Name' attribute isn't clear, there really should be more of a description here...
- Specified by:
getMetaModelName
in interfaceModelDeclaration
- Returns:
- the value of the 'Meta Model Name' attribute.
- See Also:
-
setMetaModelName
Sets the value of the 'Meta Model Name
' attribute.- Specified by:
setMetaModelName
in interfaceModelDeclaration
- Parameters:
newMetaModelName
- the new value of the 'Meta Model Name' attribute.- See Also:
-
getInputModelFor
Returns the value of the 'Input Model For' container reference. It is bidirectional and its opposite is 'Input Models
'.If the meaning of the 'Input Model For' container reference isn't clear, there really should be more of a description here...
- Specified by:
getInputModelFor
in interfaceModelDeclaration
- Returns:
- the value of the 'Input Model For' container reference.
- See Also:
-
basicSetInputModelFor
public org.eclipse.emf.common.notify.NotificationChain basicSetInputModelFor(Module newInputModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setInputModelFor
Sets the value of the 'Input Model For
' container reference.- Specified by:
setInputModelFor
in interfaceModelDeclaration
- Parameters:
newInputModelFor
- the new value of the 'Input Model For' container reference.- See Also:
-
getInoutModelFor
Returns the value of the 'Inout Model For' container reference. It is bidirectional and its opposite is 'Inout Models
'.If the meaning of the 'Inout Model For' container reference isn't clear, there really should be more of a description here...
- Specified by:
getInoutModelFor
in interfaceModelDeclaration
- Returns:
- the value of the 'Inout Model For' container reference.
- See Also:
-
basicSetInoutModelFor
public org.eclipse.emf.common.notify.NotificationChain basicSetInoutModelFor(Module newInoutModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setInoutModelFor
Sets the value of the 'Inout Model For
' container reference.- Specified by:
setInoutModelFor
in interfaceModelDeclaration
- Parameters:
newInoutModelFor
- the new value of the 'Inout Model For' container reference.- See Also:
-
getOutputModelFor
Returns the value of the 'Output Model For' container reference. It is bidirectional and its opposite is 'Output Models
'.If the meaning of the 'Output Model For' container reference isn't clear, there really should be more of a description here...
- Specified by:
getOutputModelFor
in interfaceModelDeclaration
- Returns:
- the value of the 'Output Model For' container reference.
- See Also:
-
basicSetOutputModelFor
public org.eclipse.emf.common.notify.NotificationChain basicSetOutputModelFor(Module newOutputModelFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setOutputModelFor
Sets the value of the 'Output Model For
' container reference.- Specified by:
setOutputModelFor
in interfaceModelDeclaration
- Parameters:
newOutputModelFor
- the new value of the 'Output Model For' container reference.- See Also:
-
eInverseAdd
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseAdd
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eBasicRemoveFromContainerFeature
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eBasicRemoveFromContainerFeature
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-