Class UnresolvedQName.Qualified

All Implemented Interfaces:
Serializable, Comparable<UnresolvedQName.Qualified>, Identifier, Immutable, WritableObject
Enclosing class:
UnresolvedQName

public static final class UnresolvedQName.Qualified extends UnresolvedQName implements Comparable<UnresolvedQName.Qualified>
An unresolved, qualified QName. It is guaranteed to hold a valid AbstractQName.getLocalName() bound to a namespace identified through a prefix string, but remains unresolved. A resolved QName can be obtained through bindTo(YangNamespaceContext).
See Also: