| Interface | Description |
|---|---|
| CanonicalValue<T extends CanonicalValue<T>> |
A typed value in its internal Java representation.
|
| CanonicalValueSupport<T extends CanonicalValue<T>> |
Support for a
CanonicalValue subclasses. |
| CanonicalValueValidator<T extends CanonicalValue<T>,V extends T> |
CanonicalValue validator interface. |
| RpcError |
Representation of an error.
|
| RpcResult<T> |
Represents a general result of a call, request, or operation.
|
| Class | Description |
|---|---|
| AbstractCanonicalValueSupport<T extends CanonicalValue<T>> |
Base implementation of
CanonicalValueSupport. |
| AbstractCanonicalValueValidator<T extends DerivedString<T>,V extends T> |
Abstract base class for implementing validators.
|
| CachingDerivedString<T extends CachingDerivedString<T>> |
A opportunistically-caching
DerivedString. |
| CanonicalValueViolation |
A violation of a
CanonicalValue validation. |
| CanonicalValueViolation.Regular | |
| CanonicalValueViolation.WithException | |
| Decimal64 |
Dedicated type for YANG's 'type decimal64' type.
|
| Decimal64.Support | |
| DerivedString<T extends DerivedString<T>> |
Abstract base class for objects which are string-equivalent to canonical string representation specified
in a YANG model.
|
| Empty |
Dedicated singleton type for YANG's 'type empty' value.
|
| QName |
The QName from XML consists of local name of element and XML namespace, but
for our use, we added module revision to it.
|
| QNameModule | |
| Revision |
Dedicated object identifying a YANG module revision.
|
| RpcResultBuilder<T> |
A builder for creating RpcResult instances.
|
| Uint16 |
Dedicated type for YANG's 'type uint16' type.
|
| Uint16.Support | |
| Uint32 |
Dedicated type for YANG's 'type uint32' type.
|
| Uint32.Support | |
| Uint64 |
Dedicated type for YANG's 'type uint64' type.
|
| Uint64.Support | |
| Uint8 |
Dedicated type for YANG's 'type uint8' type.
|
| Uint8.Support | |
| YangConstants |
Constant definitions present in RFC documents related to the YANG language.
|
| YangNames |
Utility class for handling various naming conventions mentioned in YANG and related specifications.
|
| Enum | Description |
|---|---|
| RpcError.ErrorSeverity | |
| RpcError.ErrorType | |
| YangVersion |
Enumeration of supported YANG versions.
|
| Exception | Description |
|---|---|
| OperationFailedException |
A general base exception for an operation failure.
|
Copyright © 2019 OpenDaylight. All rights reserved.