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 Default Methods Modifier and Type Method Description default String
getLocalName()
Return local name part of the referenced QName.QName
getQName()
Return the referenced QName.
-
-
-
Method Detail
-
getQName
QName getQName()
Return the referenced QName.- Returns:
- A QName
-
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.
-
-