public interface PropertyContext
| Modifier and Type | Method and Description |
|---|---|
GraphContext |
getGraphContext()
Returns the
GraphContext |
NodeContext |
getParentContext()
Returns the
NodeContext which was used to create this PropertyContext. |
PropertyMapping |
getPropertyMapping()
Returns the
PropertyMapping which is used for current property processing. |
NodeContext getParentContext()
NodeContext which was used to create this PropertyContext. Returned
NodeContext is bound to a runtime value, which is a valid GraphNode (a NodeConfig is available).
It is the parent element of current processed runtime value which itself is of meta-type GraphProperty and
represented by this PropertyContext instance.NodeContextGraphContext getGraphContext()
GraphContextGraphContextPropertyMapping getPropertyMapping()
PropertyMapping which is used for current property processing.PropertyMappingCopyright © 2018 SAP SE. All Rights Reserved.