Interface ResolvedQNameReferent

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

@Beta public interface ResolvedQNameReferent extends QNameReferent
A QNameReferent referencing a resolved QName.
Author:
Robert Varga
  • 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