Interface RevisionAwareXPath.WithExpression
-
- All Superinterfaces:
RevisionAwareXPath
- Enclosing interface:
- RevisionAwareXPath
@Beta public static interface RevisionAwareXPath.WithExpression extends RevisionAwareXPath
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath
RevisionAwareXPath.WithExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull YangXPathExpression.QualifiedBound
getXPathExpression()
Return theYangXPathExpression
of this XPath.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath
getOriginalString, isAbsolute
-
-
-
-
Method Detail
-
getXPathExpression
@NonNull YangXPathExpression.QualifiedBound getXPathExpression()
Return theYangXPathExpression
of this XPath. The expression is required to be at least Qualified-bound.- Returns:
- The location path
-
-