Interface ResolvedQNameReferent
-
- All Superinterfaces:
Immutable
,MutationBehaviour<Immutable>
,QNameReferent
- All Known Implementing Classes:
YangLocationPath.ResolvedQNameStep
,YangQNameExpr.Resolved
@Beta public interface ResolvedQNameReferent
AQNameReferent
referencing a resolved QName.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getQName()
Return the referenced QName.-
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.QNameReferent
getLocalName
-
-
-
-
Method Detail
-
getQName
QName getQName()
Return the referenced QName.- Specified by:
getQName
in interfaceQNameReferent
- Returns:
- A QName
-
-