Interface QNameReferent
-
- All Superinterfaces:
Immutable
,MutationBehaviour<Immutable>
- All Known Subinterfaces:
org.opendaylight.yangtools.yang.xpath.api.QNameReferentBehavior<T>
,ResolvedQNameReferent
,UnresolvedQNameReferent<T>
- All Known Implementing Classes:
YangLocationPath.QNameStep
,YangLocationPath.ResolvedQNameStep
,YangLocationPath.UnresolvedQNameStep
,YangQNameExpr
,YangQNameExpr.Resolved
,YangQNameExpr.Unresolved
@Beta public interface QNameReferent extends Immutable
An object referencing a QName, either resolved or unresolved.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalName()
Return local name part of the referenced QName.
-
-
-
Method Detail
-
getLocalName
String getLocalName()
Return local name part of the referenced QName.- Returns:
- Local name string.
-
-