Class YangLocationPath.ResolvedQNameStep
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.ResolvedQNameStep
- All Implemented Interfaces:
Serializable
,Immutable
,QNameReferent
,ResolvedQNameReferent
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static sealed class YangLocationPath.ResolvedQNameStep
extends YangLocationPath.QNameStep
implements ResolvedQNameReferent
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
final boolean
final QName
getQName()
Return the referencedAbstractQName
.final int
hashCode()
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.ResolvedQNameReferent
getQName
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates
-
Method Details
-
getQName
Description copied from interface:QNameReferent
Return the referencedAbstractQName
.- Returns:
- An AbstractQName
-
hashCode
public final int hashCode()- Specified by:
hashCode
in classYangLocationPath.Step
-
equals
- Specified by:
equals
in classYangLocationPath.Step
-
addToStringAttributes
- Overrides:
addToStringAttributes
in classYangLocationPath.Step
-