Package | Description |
---|---|
org.opendaylight.yangtools.concepts | |
org.opendaylight.yangtools.util | |
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 |
RevisionSourceIdentifier
YANG Schema revision source identifier
Simple transfer object represents revision identifier of source for YANG
schema (module or submodule), which consists of
YANG schema name (
SourceIdentifier.getName()
Module revision (optional) ({link SourceIdentifier.getRevision() )
Revision source identifier is designated to be carry only necessary
information to look-up YANG model source and to be used by various
SchemaSourceProviders. |
class |
SemVerSourceIdentifier
YANG Schema source identifier with specified semantic version
Simple transfer object represents identifier of source for YANG schema
(module or submodule), which consists of
YANG schema name
SourceIdentifier.getName()
Semantic version of yang schema SemVerSourceIdentifier.getSemanticVersion()
(Optional) Module revision ({link SourceIdentifier.getRevision()
Source identifier is designated to be carry only necessary information to
look-up YANG model source and to be used by various SchemaSourceProviders. |
class |
SourceIdentifier
Base class of YANG Schema source identifiers.
|
Copyright © 2018 OpenDaylight. All rights reserved.