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
,MutationBehaviour<Immutable>
,QNameReferent
,YangPredicateAware
- Direct Known Subclasses:
YangLocationPath.ResolvedQNameStep
,YangLocationPath.UnresolvedQNameStep
- Enclosing class:
- YangLocationPath
public abstract static class YangLocationPath.QNameStep extends YangLocationPath.Step implements QNameReferent
A step along an axis. This may be either aYangLocationPath.ResolvedQNameStep
or aYangLocationPath.UnresolvedQNameStep
.- Author:
- Robert Varga
- See Also:
- Serialized Form
-
-
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
-
-