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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.emf.ecore.EObject>
    Returns the list of mapped EObjects.
    boolean
     

    Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

    getTarget, notifyChanged, setTarget, unsetTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Mapping

      protected Mapping()
  • Method Details

    • getMappedObjects

      public List<org.eclipse.emf.ecore.EObject> getMappedObjects()
      Returns the list of mapped EObjects.
      Returns:
      the list of mapped EObjects (never null)
    • isAdapterForType

      public boolean isAdapterForType(Object type)
      Specified by:
      isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
      Overrides:
      isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl