Class EMFMapEditProperties
java.lang.Object
com._1c.g5.v8.dt.common.databinding.EMFMapEditProperties
Fix of the
EMFEditProperties
for work with map.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 givenEStructuralFeature
.
-
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 givenEStructuralFeature
. Objects lacking the named property are treated the same as if the property always contains an empty map.- Parameters:
editingDomain
- the editing domainfeature
- the feature the property is created for- Returns:
- a map property for the given
EStructuralFeature
-