| Modifier and Type | Method and Description |
|---|---|
static QName |
QName.create(QNameModule qnameModule,
String localName)
Creates new QName.
|
static QName |
QName.create(QName base,
String localName) |
static QName |
QName.create(String input) |
static QName |
QName.create(String namespace,
String localName)
Creates new QName.
|
static QName |
QName.create(String namespace,
String localName,
Revision revision)
Creates new QName.
|
static QName |
QName.create(String namespace,
String revision,
String localName)
Creates new QName.
|
static QName |
QName.create(URI namespace,
Optional<Revision> revision,
String localName)
Creates new QName.
|
static QName |
QName.create(URI namespace,
@Nullable Revision revision,
String localName)
Creates new QName.
|
static QName |
QName.create(URI namespace,
String localName)
Creates new QName.
|
QName |
QName.intern()
Return an interned reference to a equivalent 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. |
static QName |
QName.readFrom(DataInput in)
Read a QName from a DataInput.
|
QName |
QName.withModule(@NonNull QNameModule newModule)
Returns a QName with the specified QNameModule and the same localname as this one.
|
QName |
QName.withoutRevision()
Returns a QName with the same namespace and local name, but with no revision.
|
| Modifier and Type | Method and Description |
|---|---|
int |
QName.compareTo(QName o) |
static QName |
QName.create(QName base,
String localName) |
boolean |
QName.isEqualWithoutRevision(QName other)
Compares this QName to other, without comparing revision.
|
Copyright © 2018 OpenDaylight. All rights reserved.