public interface VViewModelProperties
extends org.eclipse.emf.ecore.EObject
VViewPackage.getViewModelProperties()
Modifier and Type | Method and Description |
---|---|
Object |
addInheritableProperty(String key,
Object value)
Adds a new inheritable property.
|
Object |
addNonInheritableProperty(String key,
Object value)
Adds a new non-inheritable property.
|
boolean |
containsKey(String key)
Returns
true if there is either an inherited property or a non-inherited property for the given key. |
Object |
get(String key)
Returns the property value for the given key or
null if there is no property for the given key, |
VViewModelProperties |
inherit()
Creates new
properties which inherit the
inheritable properties of this object. |
VViewModelProperties inherit()
properties
which inherit the
inheritable properties
of this object.boolean containsKey(String key)
true
if there is either an inherited property or a non-inherited property for the given key.
Returns false
otherwise.key
- the key to checkObject get(String key)
null
if there is no property for the given key,key
- the key to get the value forObject addInheritableProperty(String key, Object value)
null
if there was no value for the key.key
- the key to addvalue
- the value to addObject addNonInheritableProperty(String key, Object value)
null
if there was no value for the key.key
- the key to addvalue
- the value to addCopyright © 2016. All rights reserved.