Interface UnresolvedQNameReferent<T extends ResolvedQNameReferent>
-
- All Superinterfaces:
Immutable
,MutationBehaviour<Immutable>
,QNameReferent
- All Known Implementing Classes:
YangLocationPath.UnresolvedQNameStep
,YangQNameExpr.Unresolved
@Beta public interface UnresolvedQNameReferent<T extends ResolvedQNameReferent>
AQNameReferent
referencing an unresolved QName.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getLocalName()
Return local name part of the referenced QName.AbstractQName
getQName()
Return the referencedAbstractQName
.
-
-
-
Method Detail
-
getQName
AbstractQName getQName()
Return the referencedAbstractQName
.- Returns:
- An AbstractQName
-
getLocalName
default String getLocalName()
Description copied from interface:QNameReferent
Return local name part of the referenced QName.- Specified by:
getLocalName
in interfaceQNameReferent
- Returns:
- Local name string.
-
-