public interface IEMFEditMapProperty extends IEMFEditProperty, IEMFMapProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
AnIMapProperty
extension interface with convenience methods for
creating nested EStructuralFeature
properties.Modifier and Type | Method and Description |
---|---|
IEMFEditMapProperty |
values(EStructuralFeature feature)
Returns a master-detail combination of this property and the specified
value feature.
|
IEMFEditMapProperty |
values(FeaturePath featurePath)
Returns a master-detail combination of this property and the specified
nested value feature.
|
IEMFEditMapProperty |
values(IEMFEditValueProperty property)
Returns a master-detail combination of this property and the specified
value property.
|
IEMFEditMapProperty |
values(IEMFValueProperty property)
Returns a master-detail combination of this property and the specified
value property.
|
getEditingDomain
getStructuralFeature
IEMFEditMapProperty values(FeaturePath featurePath)
values
in interface IEMFMapProperty
featurePath
- the nested value feature to observevalues(IEMFEditValueProperty)
IEMFEditMapProperty values(EStructuralFeature feature)
values
in interface IEMFMapProperty
feature
- the value feature to observevalues(IEMFEditValueProperty)
IEMFEditMapProperty values(IEMFEditValueProperty property)
values
observed by this map
property, mapping from this map property's key set
to the specified value property's value for each element in the master
property's values
collection.property
- the detail property to observeIEMFEditMapProperty values(IEMFValueProperty property)
IEMFMapProperty
values
observed by this map
property, mapping from this map property's key set
to the specified value property's value for each element in the master
property's values
collection.values
in interface IEMFMapProperty
property
- the detail property to observe