Class YangLocationPath.QNameStep
java.lang.Object
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.QNameStep
- All Implemented Interfaces:
Serializable
,Immutable
,QNameReferent
,YangPredicateAware
- Direct Known Subclasses:
YangLocationPath.ResolvedQNameStep
,YangLocationPath.UnresolvedQNameStep
- Enclosing class:
YangLocationPath
public abstract static sealed class YangLocationPath.QNameStep
extends YangLocationPath.Step
implements QNameReferent
A step along an axis. This may be either a
YangLocationPath.ResolvedQNameStep
or a YangLocationPath.UnresolvedQNameStep
.- Author:
- Robert Varga
- See Also:
-
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
addToStringAttributes, equals, getAxis, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.QNameReferent
getLocalName, getQName
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates