public interface VViewModelLoadingProperties extends VViewModelProperties
The following features are supported:
VViewPackage.getViewModelLoadingProperties()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EMap<String,Object> |
getInheritableProperties()
Returns the value of the 'Inheritable Properties' map.
|
org.eclipse.emf.common.util.EMap<String,Object> |
getNonInheritableProperties()
Returns the value of the 'Non Inheritable Properties' map.
|
addInheritableProperty, addNonInheritableProperty, containsKey, get, inherit
org.eclipse.emf.common.util.EMap<String,Object> getInheritableProperties()
String
,
and the value is of type Object
,
If the meaning of the 'Inheritable Properties' map isn't clear, there really should be more of a description here...
VViewPackage.getViewModelLoadingProperties_InheritableProperties()
org.eclipse.emf.common.util.EMap<String,Object> getNonInheritableProperties()
String
,
and the value is of type Object
,
If the meaning of the 'Non Inheritable Properties' map isn't clear, there really should be more of a description here...
VViewPackage.getViewModelLoadingProperties_NonInheritableProperties()
Copyright © 2018. All rights reserved.