public interface IEMFMapProperty extends IEMFProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
AnIMapProperty
extension interface with convenience methods for
creating nested EStructuralFeature
sModifier and Type | Method and Description |
---|---|
IEMFMapProperty |
values(EStructuralFeature feature)
Returns a master-detail combination of this property and the specified
value feature.
|
IEMFMapProperty |
values(FeaturePath featurePath)
Returns a master-detail combination of this property and the specified
nested value feature.
|
IEMFMapProperty |
values(IEMFValueProperty property)
Returns a master-detail combination of this property and the specified
value property.
|
getStructuralFeature
IEMFMapProperty values(FeaturePath featurePath)
featurePath
- the nested value feature to observevalues(IEMFValueProperty)
IEMFMapProperty values(EStructuralFeature feature)
feature
- the value feature to observevalues(IEMFValueProperty)
IEMFMapProperty values(IEMFValueProperty 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 observe