Class YangQNameExpr.Resolved
- java.lang.Object
-
- org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
-
- org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Resolved
-
- All Implemented Interfaces:
Serializable
,Immutable
,MutationBehaviour<Immutable>
,QNameReferent
,ResolvedQNameReferent
,YangExpr
- Enclosing class:
- YangQNameExpr
public static final class YangQNameExpr.Resolved extends YangQNameExpr implements ResolvedQNameReferent
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
YangQNameExpr.Resolved, YangQNameExpr.Unresolved
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
QName
getQName()
Return the referenced QName.int
hashCode()
String
toString()
-
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
of, of
-
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
-
-
-
-
Method Detail
-
getQName
public QName getQName()
Description copied from interface:ResolvedQNameReferent
Return the referenced QName.- Specified by:
getQName
in interfaceResolvedQNameReferent
- Returns:
- A QName
-
-