public interface InheritableProperty
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeclaringNodePath()
Returns the path of the node which actually has this property associated with.
|
java.lang.String |
getPropertyName()
Returns the name of the property.
|
java.lang.Object |
getPropertyValue()
Returns the value associated with the property.
|
boolean |
isInherited()
Returns
true if the property is not explicitly defined in this node, but is
inherited from some of the parent nodes. |
java.lang.String getPropertyName()
java.lang.Object getPropertyValue()
boolean isInherited()
true if the property is not explicitly defined in this node, but is
inherited from some of the parent nodes.java.lang.String getDeclaringNodePath()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.