@Beta
public interface WhenConditionAware
Modifier and Type | Method and Description |
---|---|
Optional<RevisionAwareXPath> |
getWhenCondition()
Returns when statement.
|
Optional<RevisionAwareXPath> getWhenCondition()
If when condition is present node defined by the parent data definition statement is only valid when the returned XPath expression conceptually evaluates to "true" for a particular instance, then the node defined by the parent data definition statement is valid; otherwise, it is not.
Copyright © 2019 OpenDaylight. All rights reserved.