Class YangLocationPath.UnresolvedQNameStep
- java.lang.Object
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.QNameStep
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.UnresolvedQNameStep
-
- All Implemented Interfaces:
Serializable
,Immutable
,MutationBehaviour<Immutable>
,QNameReferent
,UnresolvedQNameReferent
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static class YangLocationPath.UnresolvedQNameStep extends YangLocationPath.QNameStep implements UnresolvedQNameReferent
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
getAxis, 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
-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.UnresolvedQNameReferent
getQName
-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates
-
-