Package | Description |
---|---|
org.opendaylight.yangtools.concepts | |
org.opendaylight.yangtools.util | |
org.opendaylight.yangtools.yang.common | |
org.opendaylight.yangtools.yang.model.repo.api |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableIdentifier
A combination of both
Identifier and WritableObject . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifier<T>
An abstract
Identifier backed by an immutable object. |
class |
AbstractStringIdentifier<T extends AbstractStringIdentifier<T>>
Utility
Identifier backed by a UUID . |
class |
AbstractUUIDIdentifier<T extends AbstractUUIDIdentifier<T>>
Utility
Identifier backed by a UUID . |
Modifier and Type | Class and Description |
---|---|
class |
QName
The QName from XML consists of local name of element and XML namespace, but for our use, we added module revision to
it.
|
class |
QNameModule |
Modifier and Type | Class and Description |
---|---|
class |
RevisionSourceIdentifier
YANG Schema revision source identifier.
|
class |
SemVerSourceIdentifier
YANG Schema source identifier with specified semantic version.
|
class |
SourceIdentifier
Base class of YANG Schema source identifiers.
|
Copyright © 2019 OpenDaylight. All rights reserved.