public class MatchResourceImpl extends MinimalEObjectImpl implements MatchResource
The following features are implemented:
MinimalEObjectImpl.Container
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
InternalEObject.EStore
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected Resource |
left
The cached value of the '
Left ' attribute |
protected static Resource |
LEFT_EDEFAULT
The default value of the '
Left ' attribute |
protected static String |
LEFT_URI_EDEFAULT
The default value of the '
Left URI ' attribute |
protected String |
leftURI
The cached value of the '
Left URI ' attribute |
protected EList<ResourceLocationChange> |
locationChanges
The cached value of the '
Location Changes ' containment reference list |
protected Resource |
origin
The cached value of the '
Origin ' attribute |
protected static Resource |
ORIGIN_EDEFAULT
The default value of the '
Origin ' attribute |
protected static String |
ORIGIN_URI_EDEFAULT
The default value of the '
Origin URI ' attribute |
protected String |
originURI
The cached value of the '
Origin URI ' attribute |
protected Resource |
right
The cached value of the '
Right ' attribute |
protected static Resource |
RIGHT_EDEFAULT
The default value of the '
Right ' attribute |
protected static String |
RIGHT_URI_EDEFAULT
The default value of the '
Right URI ' attribute |
protected String |
rightURI
The cached value of the '
Right URI ' attribute |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
NIL
EOPPOSITE_FEATURE_BASE
Modifier | Constructor and Description |
---|---|
protected |
MatchResourceImpl() |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eInternalContainer, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, 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, 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
eAdapters, eDeliver, eNotify, eSetDeliver
eNotificationRequired
public static final String copyright
protected static final String LEFT_URI_EDEFAULT
Left URI
' attribute.
getLeftURI()
protected String leftURI
Left URI
' attribute.
getLeftURI()
protected static final String RIGHT_URI_EDEFAULT
Right URI
' attribute.
getRightURI()
protected String rightURI
Right URI
' attribute.
getRightURI()
protected static final String ORIGIN_URI_EDEFAULT
Origin URI
' attribute.
getOriginURI()
protected String originURI
Origin URI
' attribute.
getOriginURI()
protected static final Resource LEFT_EDEFAULT
Left
' attribute.
getLeft()
protected static final Resource RIGHT_EDEFAULT
Right
' attribute.
getRight()
protected Resource right
Right
' attribute.
getRight()
protected static final Resource ORIGIN_EDEFAULT
Origin
' attribute.
getOrigin()
protected Resource origin
Origin
' attribute.
getOrigin()
protected EList<ResourceLocationChange> locationChanges
Location Changes
' containment reference list.
getLocationChanges()
protected EClass eStaticClass()
eStaticClass
in class BasicEObjectImpl
public String getLeftURI()
getLeftURI
in interface MatchResource
MatchResource.setLeftURI(String)
,
ComparePackage.getMatchResource_LeftURI()
public void setLeftURI(String newLeftURI)
setLeftURI
in interface MatchResource
newLeftURI
- the new value of the 'Left URI' attribute.MatchResource.getLeftURI()
public String getRightURI()
getRightURI
in interface MatchResource
MatchResource.setRightURI(String)
,
ComparePackage.getMatchResource_RightURI()
public void setRightURI(String newRightURI)
setRightURI
in interface MatchResource
newRightURI
- the new value of the 'Right URI' attribute.MatchResource.getRightURI()
public String getOriginURI()
getOriginURI
in interface MatchResource
MatchResource.setOriginURI(String)
,
ComparePackage.getMatchResource_OriginURI()
public void setOriginURI(String newOriginURI)
setOriginURI
in interface MatchResource
newOriginURI
- the new value of the 'Origin URI' attribute.MatchResource.getOriginURI()
public Resource getLeft()
getLeft
in interface MatchResource
MatchResource.setLeft(Resource)
,
ComparePackage.getMatchResource_Left()
public void setLeft(Resource newLeft)
setLeft
in interface MatchResource
newLeft
- the new value of the 'Left' attribute.MatchResource.getLeft()
public Resource getRight()
getRight
in interface MatchResource
MatchResource.setRight(Resource)
,
ComparePackage.getMatchResource_Right()
public void setRight(Resource newRight)
setRight
in interface MatchResource
newRight
- the new value of the 'Right' attribute.MatchResource.getRight()
public Resource getOrigin()
getOrigin
in interface MatchResource
MatchResource.setOrigin(Resource)
,
ComparePackage.getMatchResource_Origin()
public void setOrigin(Resource newOrigin)
setOrigin
in interface MatchResource
newOrigin
- the new value of the 'Origin' attribute.MatchResource.getOrigin()
public Comparison getComparison()
getComparison
in interface MatchResource
MatchResource.setComparison(Comparison)
,
ComparePackage.getMatchResource_Comparison()
,
Comparison.getMatchedResources()
public NotificationChain basicSetComparison(Comparison newComparison, NotificationChain msgs)
public void setComparison(Comparison newComparison)
setComparison
in interface MatchResource
newComparison
- the new value of the 'Comparison' container reference.MatchResource.getComparison()
public EList<ResourceLocationChange> getLocationChanges()
getLocationChanges
in interface MatchResource
ComparePackage.getMatchResource_LocationChanges()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class BasicEObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.