Package com._1c.g5.v8.dt.lcore.util
Class Mapper.Mapping
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
com._1c.g5.v8.dt.lcore.util.Mapper.Mapping
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
- Enclosing class:
- Mapper
protected abstract static class Mapper.Mapping
extends org.eclipse.emf.common.notify.impl.AdapterImpl
An abstract superclass of the mappings based on EMF Adapter mechanism.
Holds the list of mapped EObjects for an adapted EObject, thus
supporting a many-to-many mapping between EObjects.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal -
Field Summary
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.emf.ecore.EObject>Returns the list of mapped EObjects.booleanisAdapterForType(Object type) Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
Mapping
protected Mapping()
-
-
Method Details
-
getMappedObjects
Returns the list of mapped EObjects.- Returns:
- the list of mapped EObjects (never
null)
-
isAdapterForType
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-