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<YangLocationPath.ResolvedQNameStep>
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static class YangLocationPath.UnresolvedQNameStep extends YangLocationPath.QNameStep implements UnresolvedQNameReferent<YangLocationPath.ResolvedQNameStep>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
AbstractQName
getQName()
Return the referencedAbstractQName
.int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
addToStringAttributes, 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.UnresolvedQNameReferent
getLocalName
-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates
-
-
-
-
Method Detail
-
getQName
public final AbstractQName getQName()
Description copied from interface:UnresolvedQNameReferent
Return the referencedAbstractQName
.- Specified by:
getQName
in interfaceUnresolvedQNameReferent<YangLocationPath.ResolvedQNameStep>
- Returns:
- An AbstractQName
-
hashCode
public final int hashCode()
- Specified by:
hashCode
in classYangLocationPath.Step
-
equals
public final boolean equals(@Nullable Object obj)
- Specified by:
equals
in classYangLocationPath.Step
-
-