Skip navigation links
A B C D E F G H I L N O P Q R S T U V W Y 

A

AbstractCanonicalValueSupport<T extends CanonicalValue<T>> - Class in org.opendaylight.yangtools.yang.common
Base implementation of CanonicalValueSupport.
AbstractCanonicalValueSupport(Class<T>) - Constructor for class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
AbstractCanonicalValueValidator<T extends DerivedString<T>,V extends T> - Class in org.opendaylight.yangtools.yang.common
Abstract base class for implementing validators.
AbstractCanonicalValueValidator(CanonicalValueSupport<T>, Class<V>) - Constructor for class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 

B

build() - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
 
buildFuture() - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Builds RpcResult and wraps it in a Future
byteValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
byteValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Converts this BigDecimal to a byte, checking for lost information.

C

CachingDerivedString<T extends CachingDerivedString<T>> - Class in org.opendaylight.yangtools.yang.common
A opportunistically-caching DerivedString.
CachingDerivedString() - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
 
CachingDerivedString(String) - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
 
CanonicalValue<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
A typed value in its internal Java representation.
CanonicalValueSupport<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
Support for a CanonicalValue subclasses.
CanonicalValueValidator<T extends CanonicalValue<T>,V extends T> - Interface in org.opendaylight.yangtools.yang.common
CanonicalValue validator interface.
CanonicalValueViolation - Class in org.opendaylight.yangtools.yang.common
A violation of a CanonicalValue validation.
CanonicalValueViolation() - Constructor for class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
CanonicalValueViolation.Regular - Class in org.opendaylight.yangtools.yang.common
 
CanonicalValueViolation.WithException - Class in org.opendaylight.yangtools.yang.common
 
compare(Optional<Revision>, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Compare two Optionals wrapping Revisions.
compare(Revision, Revision) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Compare two explicitly nullable Revisions.
compareTo(Decimal64) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
compareTo(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
 
compareTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 
compareTo(Revision) - Method in class org.opendaylight.yangtools.yang.common.Revision
 
compareTo(Uint16) - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
compareTo(Uint32) - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
compareTo(Uint64) - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
compareTo(Uint8) - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
computeCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
Return the canonical string representation of this object's value.
create(String) - Static method in class org.opendaylight.yangtools.yang.common.QName
 
create(QName, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
 
create(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(URI, Revision, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(URI, Optional<Revision>, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(String, String, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(String, String, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(String, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(URI, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(URI, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified namespace/revision.
create(URI) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified namespace and norevision.
create(URI, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified namespace/revision.

D

Decimal64 - Class in org.opendaylight.yangtools.yang.common
Dedicated type for YANG's 'type decimal64' type.
Decimal64(Decimal64) - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64
 
Decimal64.Support - Class in org.opendaylight.yangtools.yang.common
 
decimalValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
DerivedString<T extends DerivedString<T>> - Class in org.opendaylight.yangtools.yang.common
Abstract base class for objects which are string-equivalent to canonical string representation specified in a YANG model.
DerivedString() - Constructor for class org.opendaylight.yangtools.yang.common.DerivedString
 
doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 

E

empty() - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
Empty - Class in org.opendaylight.yangtools.yang.common
Dedicated singleton type for YANG's 'type empty' value.
emptyVariant() - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.DerivedString
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.QName
Compares the specified object with this list for equality.
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Revision
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint8
 

F

failed() - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder for a failed result.
floatValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
formattedRevision(Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QName
Formats Revision representing revision to format YYYY-mm-dd
from(RpcResult<T>) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder from another RpcResult.
fromByteBits(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
fromCanonicalString(String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Create a instance for the canonical string representation.
fromIntBits(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
fromLongBits(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
fromShortBits(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
fromString(String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Create a instance for a string representation.
fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Decimal64.Support
 
fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint16.Support
 
fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint32.Support
 
fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint64.Support
 
fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint8.Support
 
fromUnsignedInteger(UnsignedInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
fromUnsignedLong(UnsignedLong) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 

G

getApplicationTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns a short string that identifies the specific type of error condition as determined by the application reporting the error.
getAppTag() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
getCause() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation.WithException
 
getCause() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns an exception cause.
getErrorList() - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
Returns additional error information about this exception.
getErrors() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
Returns a set of errors and warnings which occurred during processing the call.
getErrorType() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns the conceptual layer at which the error occurred.
getInfo() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns a string containing additional information to provide extended and/or implementation-specific debugging information.
getInstance() - Static method in class org.opendaylight.yangtools.yang.common.Empty
 
getLocalName() - Method in class org.opendaylight.yangtools.yang.common.QName
Returns YANG schema identifier which were defined for this node in the YANG module.
getMessage() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
getMessage() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns a string suitable for human display that describes the error condition.
getModule() - Method in class org.opendaylight.yangtools.yang.common.QName
Get the module component of the QName.
getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QName
Returns XMLNamespace assigned to the YANG module.
getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns the namespace of the module which is specified as argument of YANG Module namespace keyword.
getReference() - Method in enum org.opendaylight.yangtools.yang.common.YangVersion
Return the normative reference defining this YANG version.
getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 
getRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
Returns the instantiated representation class.
getResult() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
Returns the value result of the call or null if no result is available.
getRevision() - Method in class org.opendaylight.yangtools.yang.common.QName
Returns revision of the YANG module if the module has defined revision.
getRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns the revision date for the module.
getSeverity() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns the error severity, as determined by the application reporting the error.
getTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
Returns a short string that identifies the general type of error condition.
getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 
getValidatedRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
Return the class which captures the fact it was validated by this validator.

H

hashCode() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.DerivedString
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.QName
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Revision
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 

I

intern() - Method in class org.opendaylight.yangtools.yang.common.QName
Return an interned reference to a equivalent QName.
intern() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Return an interned reference to a equivalent QNameModule.
intValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
intValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Converts this BigDecimal to an int, checking for lost information.
isEqualWithoutRevision(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
Compares this QName to other, without comparing revision.
isSuccessful() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
Returns whether or not processing of the call was successful.

L

longValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
longValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Converts this BigDecimal to a long, checking for lost information.

N

newError(RpcError.ErrorType, String, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity ERROR for reuse.
newError(RpcError.ErrorType, String, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity ERROR for reuse.
newWarning(RpcError.ErrorType, String, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity WARNING for reuse.
newWarning(RpcError.ErrorType, String, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity WARNING for reuse.

O

of(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
of(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Parse a revision string.
ofNullable(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Parse a (potentially null) revision string.
OperationFailedException - Exception in org.opendaylight.yangtools.yang.common
A general base exception for an operation failure.
OperationFailedException(String, RpcError...) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message and errors.
OperationFailedException(String, Throwable, RpcError...) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message, cause and errors.
operationInputQName(QNameModule) - Static method in class org.opendaylight.yangtools.yang.common.YangConstants
Create a QName representing the 'input' statement of an operation (RPC or action) within specified QNameModule.
operationOutputQName(QNameModule) - Static method in class org.opendaylight.yangtools.yang.common.YangConstants
Create a QName representing the 'output' statement of an operation (RPC or action) within specified QNameModule.
org.opendaylight.yangtools.yang.common - package org.opendaylight.yangtools.yang.common
 

P

parse(String) - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
Parse a YANG version from its textual representation.
parseFilename(String) - Static method in class org.opendaylight.yangtools.yang.common.YangNames
Parse a file name according to rules outlined in https://tools.ietf.org/html/rfc6020#section-5.2.

Q

QName - Class in org.opendaylight.yangtools.yang.common
The QName from XML consists of local name of element and XML namespace, but for our use, we added module revision to it.
QNameModule - Class in org.opendaylight.yangtools.yang.common
 

R

readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QName
Read a QName from a DataInput.
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Read a QNameModule from a DataInput.
Revision - Class in org.opendaylight.yangtools.yang.common
Dedicated object identifying a YANG module revision.
RFC6020_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
RFC6020_YANG_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
RFC6020_YANG_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
RFC6020_YANG_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
RFC6020_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Base QNameModule for all YANG statements.
RFC6020_YANG_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in URI format.
RFC6020_YANG_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in String format.
RFC6020_YIN_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YIN File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.2.
RFC6020_YIN_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
RFC6020_YIN_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Base QNameModule for all YIN statements.
RFC6020_YIN_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YIN namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in URI format.
RFC6020_YIN_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YIN namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in String format.
RFC7950_YANG_LIBRARY_CAPABILITY - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Library NETCONF Capability, as defined in https://tools.ietf.org/html/rfc7950#section-16.
RpcError - Interface in org.opendaylight.yangtools.yang.common
Representation of an error.
RpcError.ErrorSeverity - Enum in org.opendaylight.yangtools.yang.common
 
RpcError.ErrorType - Enum in org.opendaylight.yangtools.yang.common
 
RpcResult<T> - Interface in org.opendaylight.yangtools.yang.common
Represents a general result of a call, request, or operation.
RpcResultBuilder<T> - Class in org.opendaylight.yangtools.yang.common
A builder for creating RpcResult instances.

S

shortValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
shortValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Converts this BigDecimal to a short, checking for lost information.
status(boolean) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder based on the given status.
STRING_FORMAT_PATTERN - Static variable in class org.opendaylight.yangtools.yang.common.Revision
String format pattern, which can be used to match parts of a string into components.
success() - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder for a successful result.
success(T) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder for a successful result.
success(Builder<T>) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder for a successful result.
support() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
Return the CanonicalValue associated with this type.
support() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64.Support
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint16.Support
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint32.Support
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint64.Support
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint8.Support
 

T

toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
 
toCanonicalString() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
Return the canonical string representation of this value.
toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
toString() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
 
toString() - Method in class org.opendaylight.yangtools.yang.common.DerivedString
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Empty
 
toString() - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
 
toString() - Method in class org.opendaylight.yangtools.yang.common.QName
 
toString() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Revision
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
toString() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
toString() - Method in enum org.opendaylight.yangtools.yang.common.YangVersion
 
toUnsignedInteger() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
toUnsignedLong() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 

U

Uint16 - Class in org.opendaylight.yangtools.yang.common
Dedicated type for YANG's 'type uint16' type.
Uint16(Uint16) - Constructor for class org.opendaylight.yangtools.yang.common.Uint16
 
Uint16.Support - Class in org.opendaylight.yangtools.yang.common
 
Uint32 - Class in org.opendaylight.yangtools.yang.common
Dedicated type for YANG's 'type uint32' type.
Uint32(Uint32) - Constructor for class org.opendaylight.yangtools.yang.common.Uint32
 
Uint32.Support - Class in org.opendaylight.yangtools.yang.common
 
Uint64 - Class in org.opendaylight.yangtools.yang.common
Dedicated type for YANG's 'type uint64' type.
Uint64(Uint64) - Constructor for class org.opendaylight.yangtools.yang.common.Uint64
 
Uint64.Support - Class in org.opendaylight.yangtools.yang.common
 
Uint8 - Class in org.opendaylight.yangtools.yang.common
Dedicated type for YANG's 'type uint8' type.
Uint8(Uint8) - Constructor for class org.opendaylight.yangtools.yang.common.Uint8
 
Uint8.Support - Class in org.opendaylight.yangtools.yang.common
 
unsafe() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Unsafe cast to a factory type.

V

validate(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
Validate a DerivedString representation.
validate(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
Validate a DerivedString representation.
validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 
validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 
validateRepresentation(T) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
Validate a CanonicalValue representation.
validateRepresentation(T, String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
Validate a CanonicalValue representation.
validator() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
Return a CanonicalValueValidator associated with this value's validated type.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(double) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(BigDecimal) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
Attempt to parse a String into a Decimal64.
valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
 
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
 
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
 
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
 
valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
Returns an array containing the constants of this enum type, in the order they are declared.
variantOf(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
variantOf(String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
variantOf(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 

W

withError(RpcError.ErrorType, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(RpcError.ErrorType, String, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(RpcError.ErrorType, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(RpcError.ErrorType, String, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withModule(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QName
Returns a QName with the specified QNameModule and the same localname as this one.
withoutRevision() - Method in class org.opendaylight.yangtools.yang.common.QName
Returns a QName with the same namespace and local name, but with no revision.
withoutRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns a QNameModule with the same namespace, but with no revision.
withResult(T) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Sets the value of the result.
withResult(Builder<T>) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Sets the value of the result.
withRpcError(RpcError) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an RpcError.
withRpcErrors(Collection<? extends RpcError>) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds RpcErrors.
withWarning(RpcError.ErrorType, String, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds a warning to the result.
withWarning(RpcError.ErrorType, String, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds a warning to the result.
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QName
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 

Y

YANG_XPATH_FUNCTIONS_PREFIX - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Prefix for YANG-specific XPath functions.
YangConstants - Class in org.opendaylight.yangtools.yang.common
Constant definitions present in RFC documents related to the YANG language.
YangNames - Class in org.opendaylight.yangtools.yang.common
Utility class for handling various naming conventions mentioned in YANG and related specifications.
YangVersion - Enum in org.opendaylight.yangtools.yang.common
Enumeration of supported YANG versions.
A B C D E F G H I L N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2018 OpenDaylight. All rights reserved.