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
Specific
Adapter to Matches that are related to containment ReferenceChanges (that
are placed in their parent Match).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal -
Field Summary
-
Constructor Summary
Constructors Constructor Description MatchOfContainmentReferenceChangeAdapter(ReferenceChange referenceChange)Constructor. -
Method Summary
Modifier and Type Method Description ReferenceChangegetReferenceChange()Get theReferenceChangeto associate with the adaptedMatch.booleanisAdapterForType(java.lang.Object type).Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
MatchOfContainmentReferenceChangeAdapter
Constructor.- Parameters:
referenceChange- TheReferenceChangeto associate with the adaptedMatch.
-
-
Method Details
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object type).- Specified by:
isAdapterForTypein interfaceAdapter- Overrides:
isAdapterForTypein classAdapterImpl- See Also:
AdapterImpl.isAdapterForType(Object)
-
getReferenceChange
Get theReferenceChangeto associate with the adaptedMatch.- Returns:
- The
ReferenceChangeto associate with the adaptedMatch.
-