Class EMFMapEditProperties

java.lang.Object
com._1c.g5.v8.dt.common.databinding.EMFMapEditProperties

public class EMFMapEditProperties extends Object
Fix of the EMFEditProperties for work with map.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.eclipse.emf.databinding.edit.IEMFEditMapProperty
    map(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EStructuralFeature feature)
    Returns a map property for the given EStructuralFeature.

    Methods inherited from class java.lang.Object

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

    • EMFMapEditProperties

      public EMFMapEditProperties()
  • Method Details

    • map

      public static org.eclipse.emf.databinding.edit.IEMFEditMapProperty map(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EStructuralFeature feature)
      Returns a map property for the given EStructuralFeature. Objects lacking the named property are treated the same as if the property always contains an empty map.
      Parameters:
      editingDomain - the editing domain
      feature - the feature the property is created for
      Returns:
      a map property for the given EStructuralFeature