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: