Uses of Class
org.opendaylight.yangtools.yang.common.QName
-
Uses of QName in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as QNameModifier and TypeFieldDescriptionstatic final QNameYangConstants.BAD_ATTRIBUTE_QNAMEbad-attribute, value is the name of the attribute.static final QNameYangConstants.BAD_ELEMENT_QNAMEbad-element, value is the name of the element.static final QNameYangConstants.BAD_NAMESPACE_QNAMEbad-namespace, value is the name of the namespace.static final QNameYangConstants.ERR_ELEMENT_QNAMEDeprecated.static final QNameYangConstants.MISSING_CHOICE_QNAMEmissing-choiceas defined in RFC6020, section 13.7.static final QNameYangConstants.NON_UNIQUE_QNAMEnon-uniqueas defined in RFC6020, section 13.1.static final QNameYangConstants.NOOP_ELEMENT_QNAMEDeprecated.static final QNameYangConstants.OK_ELEMENT_QNAMEDeprecated.static final QNameYangConstants.SESSION_ID_QNAMEsession-id, value the session identifier, as modeled inSessionIdOrZero.Methods in org.opendaylight.yangtools.yang.common that return QNameModifier and TypeMethodDescriptionAbstractQName.bindTo(QNameModule namespace) Returns a QName with the specified namespace and the same local name as this one.@NonNull QNameQName.bindTo(QNameModule namespace) static @NonNull QNamestatic @NonNull QNameCreates new QName.static @NonNull QNameCreates new QName.static @NonNull QNameCreates new QName.static @NonNull QNameQName.create(QNameModule qnameModule, String localName) Creates new QName.static @NonNull QNamestatic @NonNull QNameQName.create(XMLNamespace namespace, @Nullable Revision revision, String localName) Creates new QName.static @NonNull QNameQName.create(XMLNamespace namespace, String localName) Creates new QName.static @NonNull QNameQName.create(XMLNamespace namespace, Optional<Revision> revision, String localName) Creates new QName.default @NonNull QNameYangNamespaceContext.createQName(String prefix, String localName) Create aQNameby resolving a prefix against currently-bound prefixes and combining it with specified local name.@NonNull QNameQName.intern()static QNameYangConstants.operationInputQName(QNameModule module) Create aQNamerepresenting the 'input' statement of an operation (RPC or action) within specifiedQNameModule.static QNameYangConstants.operationOutputQName(QNameModule module) Create aQNamerepresenting the 'output' statement of an operation (RPC or action) within specifiedQNameModule.AnnotationName.qname()Returns the value of theqnamerecord component.MountPointLabel.qname()Returns the value of theqnamerecord component.static @NonNull QNameRead a QName from a DataInput.@NonNull QNameQNameAwareDataInput.readQName()Read aQNamefrom the stream.static @NonNull QNameQName.unsafeOf(@NonNull QNameModule qnameModule, @NonNull String localName) Creates new QName composed of specified module and local name.@NonNull QNameQName.withoutRevision()Returns a QName with the same namespace and local name, but with no revision.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type QNameModifier and TypeMethodDescriptionUnresolvedQName.Qualified.bindTo(YangNamespaceContext namespaceContext) Methods in org.opendaylight.yangtools.yang.common with parameters of type QNameModifier and TypeMethodDescriptionintstatic @NonNull QNamebooleanQName.isEqualWithoutRevision(QName other) Compares this QName to other, without comparing revision.voidQNameAwareDataOutput.writeQName(@NonNull QName qname) Write aQNameinto the stream.Constructors in org.opendaylight.yangtools.yang.common with parameters of type QNameModifierConstructorDescriptionAnnotationName(QName qname) Creates an instance of aAnnotationNamerecord class.MountPointLabel(QName qname) Creates an instance of aMountPointLabelrecord class.