Interface YangXPathExpression.QualifiedBound
-
- All Superinterfaces:
Immutable
,MutationBehaviour<Immutable>
,YangXPathExpression
- All Known Subinterfaces:
YangXPathExpression.UnqualifiedBound
- Enclosing interface:
- YangXPathExpression
public static interface YangXPathExpression.QualifiedBound extends YangXPathExpression
A Qualified-bound expression. AllQualifiedQName
s are eliminated and replaced withQName
s.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
YangXPathExpression.QualifiedBound, YangXPathExpression.UnqualifiedBound
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
getMathMode, getRootExpr, interpretAsInstanceIdentifier, interpretAsQName
-
-