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
,MutationBehaviour<Immutable>
,QNameReferent
,ResolvedQNameReferent
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static class YangLocationPath.ResolvedQNameStep extends YangLocationPath.QNameStep implements ResolvedQNameReferent
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper helper)
boolean
equals(@Nullable Object obj)
QName
getQName()
Return the referenced QName.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.ResolvedQNameReferent
getLocalName
-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates
-
-
-
-
Method Detail
-
getQName
public final QName getQName()
Description copied from interface:ResolvedQNameReferent
Return the referenced QName.- Specified by:
getQName
in interfaceResolvedQNameReferent
- Returns:
- A QName
-
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
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
- Overrides:
addToStringAttributes
in classYangLocationPath.Step
-
-