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

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.gmt.umlx.ecore2.impl.E2LinkImpl
                      extended by org.eclipse.gmt.umlx.ucore.impl.UBindingImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, E2Link, UBinding

public class UBindingImpl
extends E2LinkImpl
implements UBinding

An implementation of the model object 'U2 Progression'.

The following features are implemented:


Nested Class Summary
 
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.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 UMappingInstance basicGetSource()
           
 UVariable basicGetTarget()
           
 UDomain basicGetUDomain()
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object 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 eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 UMappingInstance getSource()
           
 java.lang.String getSourceId()
           
 UVariable getTarget()
           
 java.lang.String getTargetId()
           
 UDomain getUDomain()
           
 UMappingInstance getUMappingInstance()
           
 void setSource(UMappingInstance newSource)
           
 void setSourceId(java.lang.String newSourceId)
           
 void setTarget(UVariable newTarget)
           
 void setTargetId(java.lang.String newTargetId)
           
 void setUDomain(UDomain newUDomain)
           
 void setUMappingInstance(UMappingInstance newUMappingInstance)
           
 java.lang.String toString()
           
 
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.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

getUMappingInstance

public UMappingInstance getUMappingInstance()

Specified by:
getUMappingInstance in interface UBinding
Returns:
the value of the 'UMapping Instance' container reference.
See Also:
UBinding.setUMappingInstance(UMappingInstance), UcorePackage.getUBinding_UMappingInstance(), UMappingInstance.getUBindings()

setUMappingInstance

public void setUMappingInstance(UMappingInstance newUMappingInstance)

Specified by:
setUMappingInstance in interface UBinding
Parameters:
newUMappingInstance - the new value of the 'UMapping Instance' container reference.
See Also:
UBinding.getUMappingInstance()

getSource

public UMappingInstance getSource()

Specified by:
getSource in interface E2Link
Specified by:
getSource in interface UBinding
Specified by:
getSource in class E2LinkImpl
Returns:
the value of the 'Source' reference.
See Also:
UBinding.setSource(UMappingInstance), UcorePackage.getUBinding_Source()

basicGetSource

public UMappingInstance basicGetSource()


setSource

public void setSource(UMappingInstance newSource)

Specified by:
setSource in interface UBinding
Parameters:
newSource - the new value of the 'Source' reference.
See Also:
UBinding.getSource()

getSourceId

public java.lang.String getSourceId()

Specified by:
getSourceId in interface UBinding
Returns:
the value of the 'Source Id' attribute.
See Also:
UBinding.setSourceId(String), UcorePackage.getUBinding_SourceId()

setSourceId

public void setSourceId(java.lang.String newSourceId)

Specified by:
setSourceId in interface UBinding
Parameters:
newSourceId - the new value of the 'Source Id' attribute.
See Also:
UBinding.getSourceId()

getTarget

public UVariable getTarget()

Specified by:
getTarget in interface E2Link
Specified by:
getTarget in interface UBinding
Specified by:
getTarget in class E2LinkImpl
Returns:
the value of the 'Target' reference.
See Also:
UBinding.setTarget(UVariable), UcorePackage.getUBinding_Target()

basicGetTarget

public UVariable basicGetTarget()


setTarget

public void setTarget(UVariable newTarget)

Specified by:
setTarget in interface UBinding
Parameters:
newTarget - the new value of the 'Target' reference.
See Also:
UBinding.getTarget()

getTargetId

public java.lang.String getTargetId()

Specified by:
getTargetId in interface UBinding
Returns:
the value of the 'Target Id' attribute.
See Also:
UBinding.setTargetId(String), UcorePackage.getUBinding_TargetId()

setTargetId

public void setTargetId(java.lang.String newTargetId)

Specified by:
setTargetId in interface UBinding
Parameters:
newTargetId - the new value of the 'Target Id' attribute.
See Also:
UBinding.getTargetId()

getUDomain

public UDomain getUDomain()

Specified by:
getUDomain in interface UBinding
Returns:
the value of the 'UDomain' reference.
See Also:
UBinding.setUDomain(UDomain), UcorePackage.getUBinding_UDomain()

basicGetUDomain

public UDomain basicGetUDomain()


setUDomain

public void setUDomain(UDomain newUDomain)

Specified by:
setUDomain in interface UBinding
Parameters:
newUDomain - the new value of the 'UDomain' reference.
See Also:
UBinding.getUDomain()

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 class org.eclipse.emf.ecore.impl.EModelElementImpl

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 class org.eclipse.emf.ecore.impl.EModelElementImpl

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

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.EModelElementImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.EModelElementImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.EModelElementImpl

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.EModelElementImpl

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl