Class EMFMapEditProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.common.databinding.EMFMapEditProperties
-
public class EMFMapEditProperties extends Object
Fix of theEMFEditProperties
for work with map.
-
-
Constructor Summary
Constructors Constructor Description EMFMapEditProperties()
-
Method Summary
All Methods Static Methods Concrete Methods 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 givenEStructuralFeature
.
-
-
-
Method Detail
-
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
-
-