@Beta public abstract class YangQNameExpr extends Object implements YangExpr, QNameReferent
Parsers and users of this package are encouraged to use this class in place of YangLiteralExpr
where
appropriate, as it retains type safety and more semantic context.
Modifier and Type | Class and Description |
---|---|
static class |
YangQNameExpr.Resolved |
static class |
YangQNameExpr.Unresolved |
Modifier and Type | Method and Description |
---|---|
static YangQNameExpr.Unresolved |
of(AbstractQName qname) |
static YangQNameExpr.Resolved |
of(QName qname) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocalName
public static YangQNameExpr.Unresolved of(AbstractQName qname)
public static YangQNameExpr.Resolved of(QName qname)
Copyright © 2019 OpenDaylight. All rights reserved.