Interface ResolvedQNameReferent

All Superinterfaces:
Immutable, QNameReferent
All Known Implementing Classes:
YangLocationPath.ResolvedQNameStep, YangQNameExpr.Resolved

public non-sealed interface ResolvedQNameReferent extends QNameReferent
A QNameReferent referencing a resolved QName.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the referenced QName.

    Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.QNameReferent

    getLocalName
  • Method Details