| Modifier and Type | Field and Description |
|---|---|
static QNameModule |
YangConstants.RFC6020_YANG_MODULE
Base QNameModule for all YANG statements.
|
static QNameModule |
YangConstants.RFC6020_YIN_MODULE
Base QNameModule for all YIN statements.
|
| Modifier and Type | Method and Description |
|---|---|
static QNameModule |
QNameModule.create(URI namespace)
Create a new QName module instance with specified namespace and norevision.
|
static QNameModule |
QNameModule.create(URI namespace,
Optional<Revision> revision)
Create a new QName module instance with specified namespace/revision.
|
static QNameModule |
QNameModule.create(URI namespace,
Revision revision)
Create a new QName module instance with specified namespace/revision.
|
QNameModule |
QName.getModule()
Get the module component of the QName.
|
QNameModule |
QNameModule.intern()
Return an interned reference to a equivalent QNameModule.
|
static QNameModule |
QNameModule.readFrom(DataInput in)
Read a QNameModule from a DataInput.
|
QNameModule |
QNameModule.withoutRevision()
Returns a QNameModule with the same namespace, but with no revision.
|
| Modifier and Type | Method and Description |
|---|---|
int |
QNameModule.compareTo(QNameModule o) |
static QName |
QName.create(QNameModule qnameModule,
String localName)
Creates new QName.
|
static QName |
YangConstants.operationInputQName(QNameModule module)
Create a
QName representing the 'input' statement of an operation (RPC or action) within specified
QNameModule. |
static QName |
YangConstants.operationOutputQName(QNameModule module)
Create a
QName representing the 'output' statement of an operation (RPC or action) within specified
QNameModule. |
QName |
QName.withModule(@NonNull QNameModule newModule)
Returns a QName with the specified QNameModule and the same localname as this one.
|
Copyright © 2018 OpenDaylight. All rights reserved.