Uses of Class
org.opendaylight.yangtools.yang.common.QNameModule
-
Uses of QNameModule in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as QNameModuleModifier and TypeFieldDescriptionstatic final QNameModuleYangConstants.RFC6020_YANG_MODULEBase QNameModule for all YANG statements.static final QNameModuleYangConstants.RFC6020_YIN_MODULEBase QNameModule for all YIN statements.static final QNameModuleYangConstants.RFC6241_YANG_MODULENETCONF namespace bound to YANG through ietf-netconf@2011-06-01.yang.static final QNameModuleYangConstants.RFC7895_YANG_MODULEietf-yang-librarynamespace bound to YANG through ietf-yang-library@2016-06-21.yang.static final QNameModuleYangConstants.RFC8525_YANG_MODULEietf-yang-librarynamespace bound to YANG through ietf-yang-library@2019-01-04.yang.Methods in org.opendaylight.yangtools.yang.common that return QNameModuleModifier and TypeMethodDescriptionstatic @NonNull QNameModuleQNameModule.create(XMLNamespace namespace) Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull QNameModuleQNameModule.create(XMLNamespace namespace, @Nullable Revision revision) Deprecated, for removal: This API element is subject to removal in a future version.UseofRevision(XMLNamespace, Revision)insteadstatic @NonNull QNameModuleQNameModule.create(XMLNamespace namespace, Optional<Revision> revision) Deprecated, for removal: This API element is subject to removal in a future version.UseofRevision(XMLNamespace, Revision)instead@NonNull QNameModuleQName.getModule()Get the module component of the QName.@NonNull QNameModuleQNameModule.intern()Return an interned reference to a equivalent QNameModule.YangDataName.module()Returns the value of themodulerecord component.BiMapYangNamespaceContext.namespaceForPrefix(String prefix) @Nullable QNameModuleYangNamespaceContext.namespaceForPrefix(String prefix) Return QNameModule to which a particular prefix is bound.static @NonNull QNameModuleCreate a new QName module instance with specified namespace string and no revision.static @NonNull QNameModuleCreate a new QName module instance with specified namespace string andRevisionUnionstring.static @NonNull QNameModuleQNameModule.of(XMLNamespace namespace) Create a new QName module instance with specifiedXMLNamespaceand no revision.static @NonNull QNameModuleQNameModule.of(XMLNamespace namespace, Revision revision) Create a new QName module instance with specifiedXMLNamespaceandRevision.static @NonNull QNameModuleQNameModule.of(XMLNamespace namespace, RevisionUnion revUnion) Create a new QName module instance with specifiedXMLNamespaceandRevisionUnion.static @NonNull QNameModuleQNameModule.ofRevision(String namespace, @Nullable String revision) Create a new QName module instance with specifiedXMLNamespaceand an optionalRevision.static @NonNull QNameModuleQNameModule.ofRevision(XMLNamespace namespace, @Nullable Revision revision) Create a new QName module instance with specifiedXMLNamespaceand an optionalRevision.static @NonNull QNameModuleRead a QNameModule from a DataInput.@NonNull QNameModuleQNameModule.withoutRevision()Returns a QNameModule with the same namespace, but with no revision.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type QNameModuleModifier and TypeMethodDescriptiondefault @NonNull Optional<QNameModule>YangNamespaceContext.findNamespaceForPrefix(String prefix) Return QNameModule to which a particular prefix is bound.Methods in org.opendaylight.yangtools.yang.common with parameters of type QNameModuleModifier 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) intQNameModule.compareTo(QNameModule o) static @NonNull QNameQName.create(QNameModule qnameModule, String localName) Creates new QName.YangNamespaceContext.findPrefixForNamespace(QNameModule namespace) Return a prefix to which a particular QNameModule is bound.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.BiMapYangNamespaceContext.prefixForNamespace(QNameModule namespace) @Nullable StringYangNamespaceContext.prefixForNamespace(QNameModule namespace) Return a prefix to which a particular QNameModule is bound.static @NonNull QNameQName.unsafeOf(@NonNull QNameModule qnameModule, @NonNull String localName) Creates new QName composed of specified module and local name.Constructors in org.opendaylight.yangtools.yang.common with parameters of type QNameModuleModifierConstructorDescriptionYangDataName(QNameModule module, String name) Creates an instance of aYangDataNamerecord class.Constructor parameters in org.opendaylight.yangtools.yang.common with type arguments of type QNameModuleModifierConstructorDescriptionBiMapYangNamespaceContext(com.google.common.collect.BiMap<String, QNameModule> mapping)
of(XMLNamespace)instead