Package org.eclipse.emf.compare.match
Class MatchOfContainmentReferenceChangeAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.emf.compare.match.MatchOfContainmentReferenceChangeAdapter
-
- All Implemented Interfaces:
Adapter
,Adapter.Internal
public class MatchOfContainmentReferenceChangeAdapter extends AdapterImpl
SpecificAdapter
toMatch
es that are related to containmentReferenceChange
s (that are placed in their parentMatch
).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description MatchOfContainmentReferenceChangeAdapter(ReferenceChange referenceChange)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceChange
getReferenceChange()
Get theReferenceChange
to associate with the adaptedMatch
.boolean
isAdapterForType(Object type)
.-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
-
-
-
Constructor Detail
-
MatchOfContainmentReferenceChangeAdapter
public MatchOfContainmentReferenceChangeAdapter(ReferenceChange referenceChange)
Constructor.- Parameters:
referenceChange
- TheReferenceChange
to associate with the adaptedMatch
.
-
-
Method Detail
-
isAdapterForType
public boolean isAdapterForType(Object type)
.- Specified by:
isAdapterForType
in interfaceAdapter
- Overrides:
isAdapterForType
in classAdapterImpl
- See Also:
AdapterImpl.isAdapterForType(Object)
-
getReferenceChange
public ReferenceChange getReferenceChange()
Get theReferenceChange
to associate with the adaptedMatch
.- Returns:
- The
ReferenceChange
to associate with the adaptedMatch
.
-
-