Index

A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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
 
AbstractQName - Class in org.opendaylight.yangtools.yang.common
Abstract superclass for sharing QName references, which can either be resolved QNames or unresolved UnresolvedQName.Unqualified and UnresolvedQName.Qualifieds.
ACCESS_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
access-denied ErrorTag.
addToStringAttributes(MoreObjects.ToStringHelper) - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
 
AnnotationName - Record Class in org.opendaylight.yangtools.yang.common
Name of an individual YANG annotation, as defined in RFC7952.
AnnotationName(QName) - Constructor for record class org.opendaylight.yangtools.yang.common.AnnotationName
Creates an instance of a AnnotationName record class.
APPLICATION - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
A NetconfLayer.CONTENT layer error.
argument() - Method in enum class org.opendaylight.yangtools.yang.common.Ordering
Return the {code ordered-by} string argument this Ordering represents.

B

BAD_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
bad-attribute ErrorTag.
BAD_ATTRIBUTE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
bad-attribute, value is the name of the attribute.
BAD_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
bad-element ErrorTag.
BAD_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
bad-element, value is the name of the element.
BAD_NAMESPACE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
bad-namespace, value is the name of the namespace.
BiMapYangNamespaceContext - Class in org.opendaylight.yangtools.yang.common
A BiMap-based implementation of YangNamespaceContext.
BiMapYangNamespaceContext(BiMap<String, QNameModule>) - Constructor for class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
bindTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
Returns a QName with the specified namespace and the same local name as this one.
bindTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QName
 
bindTo(YangNamespaceContext) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
build() - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Build the resulting RpcResult.
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(RevisionUnion) - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
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
 
compareTo(UnresolvedQName.Qualified) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
compareTo(UnresolvedQName.Unqualified) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
compareTo(XMLNamespace) - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
completedFuture() - Static method in class org.opendaylight.yangtools.yang.common.Empty
Return a CompletionStage completed with Empty.value().
computeCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
Return the canonical string representation of this object's value.
CONTENT - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
Content layer, for example configuration data.
create(String) - Static method in class org.opendaylight.yangtools.yang.common.QName
 
create(String, String) - 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, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(QName, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
 
create(XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Deprecated, for removal: This API element is subject to removal in a future version.
create(XMLNamespace, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Deprecated, for removal: This API element is subject to removal in a future version.
create(XMLNamespace, Revision, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(XMLNamespace, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
create(XMLNamespace, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Deprecated, for removal: This API element is subject to removal in a future version.
create(XMLNamespace, Optional<Revision>, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName.
createQName(String, String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
Create a QName by resolving a prefix against currently-bound prefixes and combining it with specified local name.

D

DATA_EXISTS - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
data-exists ErrorTag.
DATA_MISSING - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
data-missing ErrorTag.
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

elementBody() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
Return the XML element body of this object.
elementBody() - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
Return the XML element body of this object.
elementBody() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorType
Return the XML element body of this object.
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.AbstractQName
 
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.Empty
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.NotRevision
 
equals(Object) - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
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
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
equals(Decimal64) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
A slightly faster version of Decimal64.equals(Object).
equals(Uint16) - Method in class org.opendaylight.yangtools.yang.common.Uint16
A slightly faster version of Uint16.equals(Object).
equals(Uint32) - Method in class org.opendaylight.yangtools.yang.common.Uint32
A slightly faster version of Uint32.equals(Object).
equals(Uint64) - Method in class org.opendaylight.yangtools.yang.common.Uint64
A slightly faster version of Uint64.equals(Object).
equals(Uint8) - Method in class org.opendaylight.yangtools.yang.common.Uint8
A slightly faster version of Uint8.equals(Object).
equals(Object) - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
equals(Object) - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
Indicates whether some other object is "equal to" this one.
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 record class org.opendaylight.yangtools.yang.common.YangDataName
Indicates whether some other object is "equal to" this one.
ERR_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Deprecated.
ERROR - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
An error preventing an operation from completing successfully.
ErrorSeverity - Enum Class in org.opendaylight.yangtools.yang.common
Enumeration of error-severity values, as defined by RFC4741, section 4.3.
ErrorTag - Class in org.opendaylight.yangtools.yang.common
Extensible enumeration of error-tag values, as defined in RFC6241.
ErrorTag(String) - Constructor for class org.opendaylight.yangtools.yang.common.ErrorTag
 
ErrorType - Enum Class in org.opendaylight.yangtools.yang.common
Enumeration of error-type values.

F

failed() - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Returns a builder for a failed result.
findNamespaceForPrefix(String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
Return QNameModule to which a particular prefix is bound.
findPrefixForNamespace(QNameModule) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
Return a prefix to which a particular QNameModule is bound.
findRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns the revision date for the module.
findRevision() - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
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
 
forArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
Return the Ordering corresponding to an argument string.
forElementBody(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
 
forElementBody(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
 
formattedRevision(Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QName
Formats Revision representing revision to format YYYY-mm-dd
forString(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Parse a YANG version from its textual representation.
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
Returns an Uint8 corresponding to a given bit representation.
fromCanonicalString(String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Create a instance for the canonical string representation.
fromGuava(UnsignedInteger) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert an UnsignedInteger to a Uint32.
fromGuava(UnsignedLong) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert an UnsignedLong to a Uint64.
fromIntBits(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given bit representation.
fromJava(int) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert an int in range 0-65535 to a Uint16.
fromJava(long) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert a long in range 0-4294967295 to a Uint32.
fromJava(short) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert a short in range 0-255 to an Uint8.
fromJava(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
Convert a BigInteger in range 0-18446744073709551615 to an Uint64.
fromLongBits(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given bit representation.
fromShortBits(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given bit representation.
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
 

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.
getLocalName() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
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
Deprecated, for removal: This API element is subject to removal in a future version.
getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
Return the prefix of this unresolved QName.
getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
getReference() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Deprecated, for removal: This API element is subject to removal in a future version.
Use reference() instead
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
Deprecated, for removal: This API element is subject to removal in a future version.
getRevision() - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
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.AbstractQName
 
hashCode() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
Returns a hash code value for this object.
hashCode() - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
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.Empty
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
 
hashCode() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
Returns a hash code value for this object.
hashCode() - Method in class org.opendaylight.yangtools.yang.common.NotRevision
 
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 interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
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
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
hashCode() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
hashCode() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
Returns a hash code value for this object.

I

IDENTIFIER_START - Static variable in class org.opendaylight.yangtools.yang.common.YangNames
A CharMatcher matching the first character of a YANG identifier ABNF production, (ALPHA / "_").
immediateFuture() - Static method in class org.opendaylight.yangtools.yang.common.Empty
Return a ListenableFuture completed with Empty.value().
IN_USE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
in-use ErrorTag.
intern() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
Return an interned reference to an equivalent object.
intern() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
 
intern() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
 
intern() - Method in class org.opendaylight.yangtools.yang.common.QName
 
intern() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Return an interned reference to a equivalent QNameModule.
intern() - Method in class org.opendaylight.yangtools.yang.common.Uint16
Return an interned (shared) instance equivalent to this object.
intern() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Return an interned (shared) instance equivalent to this object.
intern() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Return an interned (shared) instance equivalent to this object.
intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
 
intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
intern() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
Return an interned reference to a equivalent XMLNamespace.
intern() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
Intern this instance.
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.
INVALID_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
invalid-value ErrorTag.
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

layer() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorType
Return the NetconfLayer corresponding to this error type.
LOCK_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
lock-denied ErrorTag.
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.

M

MALFORMED_MESSAGE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
unknown-element ErrorTag.
MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Revision
Revision which compares as greater than any other valid revision.
MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
Value of 65535.
MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
Value of 4294967295.
MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
Value of 18446744073709551615.
MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
Value of 255.
maxValueIn(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
Return the maximum value supported in specified scale.
minValueIn(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
Return the minimum value supported in specified scale.
MISSING_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
missing-attribute ErrorTag.
MISSING_CHOICE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
missing-choice as defined in RFC6020, section 13.7.
MISSING_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
missing-element ErrorTag.
module() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
Returns the value of the module record component.
MountPointLabel - Record Class in org.opendaylight.yangtools.yang.common
The name (label) of a YANG schema mount instance, as defined in RFC8528.
MountPointLabel(QName) - Constructor for record class org.opendaylight.yangtools.yang.common.MountPointLabel
Creates an instance of a MountPointLabel record class.

N

name() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
Returns the value of the name record component.
namespace() - 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.
namespaceForPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
namespaceForPrefix(String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
Return QNameModule to which a particular prefix is bound.
NETCONF_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
NETCONF protocol elements' namespace, as defined in RFC4741 section 3.1, in String format.
NETCONF_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
NETCONF protocol elements' namespace, as defined in RFC4741 section 3.1, in String format.
NetconfLayer - Enum Class in org.opendaylight.yangtools.yang.common
Enumeration of NETCONF layers, as established in NETCONF.
newError(ErrorType, ErrorTag, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity ERROR for reuse.
newError(ErrorType, ErrorTag, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity ERROR for reuse.
newWarning(ErrorType, ErrorTag, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity WARNING for reuse.
newWarning(ErrorType, ErrorTag, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Creates an RpcError with severity WARNING for reuse.
NON_UNIQUE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
non-unique as defined in RFC6020, section 13.1.
none() - Static method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
Return empty RevisionUnion.
NOOP_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Deprecated.
NOT_IDENTIFIER_PART - Static variable in class org.opendaylight.yangtools.yang.common.YangNames
A CharMatcher NOT matching second and later characters of a YANG identifier ABNF production, (ALPHA / DIGIT / "_" / "-" / ".").
NotRevision - Class in org.opendaylight.yangtools.yang.common
An empty alternative to Revision.

O

of() - Static method in class org.opendaylight.yangtools.yang.common.NotRevision
 
of(int, long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
Return a Decimal64 with specified scale and unscaled value.
of(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Parse a revision string.
of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
of(Revision) - Static method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
of(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
of(String) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified namespace string and no revision.
of(String) - Static method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
of(String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
Create a new unqualified unresolved QName.
of(String) - Static method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified namespace string and RevisionUnion string.
of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
Create a new qualified unresolved QName.
of(XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified XMLNamespace and no revision.
of(XMLNamespace, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified XMLNamespace and Revision.
of(XMLNamespace, RevisionUnion) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified XMLNamespace and RevisionUnion.
ofNullable(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
Parse a (potentially null) revision string.
ofRevision(String, String) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified XMLNamespace and an optional Revision.
ofRevision(XMLNamespace, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
Create a new QName module instance with specified XMLNamespace and an optional Revision.
ofString(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Parse a YANG version from its textual representation.
OK_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
Deprecated.
ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
Value of 1.
ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
Value of 1.
ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
Value of 1.
ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
Value of 1.
OPERATION_FAILED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
operation-failed ErrorTag.
OPERATION_NOT_SUPPORTED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
operation-not-supported ErrorTag.
OperationFailedException - Exception in org.opendaylight.yangtools.yang.common
A general base exception for an operation failure.
OperationFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message and cause.
OperationFailedException(String, Throwable, Collection<RpcError>) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message, cause 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.
OperationFailedException(String, Collection<? extends RpcError>) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message and errors.
OperationFailedException(String, RpcError) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message and error.
OperationFailedException(String, RpcError...) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
Constructs a new instance with the specified detail message 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.
OPERATIONS - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
Operations layer, for example <get-config>, <edit-config> configuration data.
Ordering - Enum Class in org.opendaylight.yangtools.yang.common
Item ordering, as specified by RFC7950 section 7.7.1.
org.opendaylight.yangtools.yang.common - module org.opendaylight.yangtools.yang.common
Mapping of YANG language constructs to Java.
org.opendaylight.yangtools.yang.common - package org.opendaylight.yangtools.yang.common
Common YANG concepts and constants expressed in terms of Java.

P

parse(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Deprecated, for removal: This API element is subject to removal in a future version.
parseFilename(String) - Static method in class org.opendaylight.yangtools.yang.common.YangNames
Parse a file name according to rules outlined in https://www.rfc-editor.org/rfc/rfc6020#section-5.2.
PARTIAL_OPERATION - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
Deprecated.
This error-info is obsolete since RFC6241.
prefixForNamespace(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
prefixForNamespace(QNameModule) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
Return a prefix to which a particular QNameModule is bound.
PROTOCOL - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType

Q

qname() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
Returns the value of the qname record component.
qname() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
Returns the value of the qname record component.
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.
QNameAwareDataInput - Interface in org.opendaylight.yangtools.yang.common
A DataInput which has an understanding of QName's semantics.
QNameAwareDataOutput - Interface in org.opendaylight.yangtools.yang.common
 
QNameModule - Class in org.opendaylight.yangtools.yang.common
A XMLNamespace bound to a particular model Revision.

R

readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.AnnotationName
 
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
 
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.NotRevision
 
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.
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.Revision
 
readFrom(DataInput) - Static method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
Read an QualifiedQName from a DataInput.
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
Read an UnqualifiedQName from a DataInput.
readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.YangDataName
 
readQName() - Method in interface org.opendaylight.yangtools.yang.common.QNameAwareDataInput
Read a QName from the stream.
reference() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Return the normative reference defining this YANG version.
RESOURCE_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
resource-denied ErrorTag.
revision() - Method in class org.opendaylight.yangtools.yang.common.NotRevision
 
revision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns the revision date for the module.
revision() - Method in class org.opendaylight.yangtools.yang.common.Revision
 
revision() - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
Return the Revision, if present.
Revision - Class in org.opendaylight.yangtools.yang.common
Dedicated object identifying a YANG module revision.
revisionUnion() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
Returns the revision date for the module.
RevisionUnion - Interface in org.opendaylight.yangtools.yang.common
A capture of an optional revision-date.
RFC6020_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in RFC6020.
RFC6020_YANG_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG File Extension, as defined in RFC6020.
RFC6020_YANG_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in RFC6020.
RFC6020_YANG_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in hRFC6020.
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://www.rfc-editor.org/rfc/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://www.rfc-editor.org/rfc/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 RFC6020.
RFC6020_YIN_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
YANG Media Type, as defined in RFC6020.
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://www.rfc-editor.org/rfc/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://www.rfc-editor.org/rfc/rfc6020#section-14, in String format.
RFC6241_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
NETCONF namespace bound to YANG through ietf-netconf@2011-06-01.yang.
RFC7895_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
ietf-yang-library namespace bound to YANG through ietf-yang-library@2016-06-21.yang.
RFC8525_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
ietf-yang-library namespace bound to YANG through ietf-yang-library@2019-01-04.yang.
ROLLBACK_FAILED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
rollback-failed ErrorTag.
RPC - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
A NetconfLayer.RPC layer error.
RPC - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
RPC layer, for example <rpc>, <rpc-reply>.
RpcError - Interface in org.opendaylight.yangtools.yang.common
Representation of an error.
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

saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given byteVal if it is representable.
saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given byteVal if it is representable.
saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given byteVal if it is representable.
saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given byteVal if it is representable.
saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given intVal if it is representable.
saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given intVal if it is representable.
saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given intVal if it is representable.
saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given intVal if it is representable.
saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given longVal if it is representable.
saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given longVal if it is representable.
saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given longVal if it is representable.
saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given longVal if it is representable.
saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given shortVal if it is representable.
saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given shortVal if it is representable.
saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint32 corresponding to a given shortVal if it is representable.
saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given shortVal if it is representable.
saturatedOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given longVal if it is representable.
scale() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Return the scale of this decimal.
scaleTo(int) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Return this decimal in the specified scale.
scaleTo(int, RoundingMode) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Return this decimal in the specified scale.
SESSION_ID_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
session-id, value the session identifier, as modeled in SessionIdOrZero.
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.
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() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint64
 
support() - Method in class org.opendaylight.yangtools.yang.common.Uint8
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64.Support
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint16.Support
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint32.Support
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint64.Support
 
Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint8.Support
 
SYSTEM - Enum constant in enum class org.opendaylight.yangtools.yang.common.Ordering
The equivalent of ordered-by system.

T

TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
Value of 10.
TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
Value of 10.
TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
Value of 10.
TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
Value of 10.
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
 
toGuava() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Convert this value to an UnsignedInteger.
toGuava() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Convert this value to an UnsignedLong.
toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint16
Convert this value to an int.
toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Convert this value to a long.
toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Convert this value to a BigInteger.
toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint8
Convert this value to a short.
TOO_BIG - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
too-big ErrorTag.
toSaturatedUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
toSaturatedUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint16
 
toSaturatedUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint32
 
toString() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
 
toString() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
Returns a string representation of this record class.
toString() - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
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 class org.opendaylight.yangtools.yang.common.ErrorTag
 
toString() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
Returns a string representation of this record class.
toString() - Method in class org.opendaylight.yangtools.yang.common.NotRevision
 
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 interface org.opendaylight.yangtools.yang.common.RevisionUnion
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 class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
toString() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
toString() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
toString() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
Returns a string representation of this record class.
toString() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
 
toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Convert this value to a Uint16.
toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Convert this value to a Uint16.
toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint8
Convert this value to a Uint16.
toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint16
Convert this value to a Uint32.
toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Convert this value to a Uint64.
toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint8
Convert this value to a Uint32.
toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint16
Convert this value to a Uint64.
toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Convert this value to a Uint64.
toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint8
Convert this value to a Uint64.
toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint16
Convert this value to a Uint8.
toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint32
Convert this value to a Uint8.
toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint64
Convert this value to a Uint8.
TRANSPORT - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
A NetconfLayer.TRANSPORT layer error.
TRANSPORT - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
Transport protocol layer, for example BEEP, SSH, TLS, console.
tryLocalName(String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
Try to create a new unqualified QName.
TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
Value of 2.
TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
Value of 2.
TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
Value of 2.
TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
Value of 2.

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
 
UintConversions - Class in org.opendaylight.yangtools.yang.common
Utility methods for converting Java and Guava integer types to their Uint8, Uint16, Uint32 and Uint64 equivalents.
unbind() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
Returns an UnresolvedQName.Unqualified identifier formed by capturing AbstractQName.getLocalName().
unbind() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
unionString() - Method in class org.opendaylight.yangtools.yang.common.NotRevision
 
unionString() - Method in class org.opendaylight.yangtools.yang.common.Revision
 
unionString() - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
A revision-date-compliant date, or an empty string ("").
UNKNOWN_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
unknown-element ErrorTag.
UNKNOWN_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
unknown-element ErrorTag.
UNKNOWN_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
unknown-namespace ErrorTag.
UnresolvedQName - Class in org.opendaylight.yangtools.yang.common
A QName equivalent which has not been resolved.
UnresolvedQName.Qualified - Class in org.opendaylight.yangtools.yang.common
An unresolved, qualified QName.
UnresolvedQName.Unqualified - Class in org.opendaylight.yangtools.yang.common
An unresolved, unqualified QName.
unsafe() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Unsafe cast to a factory type.
unsafeOf(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
Creates new QName composed of specified module and local name.
unscaledValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
Return the unscaled value of this decimal.
USER - Enum constant in enum class org.opendaylight.yangtools.yang.common.Ordering
The equivalent of ordered-by user.

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) - 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 class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
 
validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
 
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.
value() - Static method in class org.opendaylight.yangtools.yang.common.Empty
Return the singleton Empty value.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given byteVal.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given byteVal.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given byteVal.
valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given byteVal.
valueOf(double, RoundingMode) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(float, RoundingMode) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given intVal.
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given intVal.
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given intVal.
valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given intVal.
valueOf(int, byte) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(int, int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(int, long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(int, short) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given longVal.
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given longVal.
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given longVal, which is checked for range.
valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given longVal.
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given shortVal.
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given shortVal.
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given shortVal.
valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given shortVal.
valueOf(UnsignedInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given uint.
valueOf(UnsignedLong) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given ulong.
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 class org.opendaylight.yangtools.yang.common.ErrorSeverity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 holding the value of the specified String, parsed as an unsigned int value.
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 holding the value of the specified String, parsed as an unsigned long value.
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint32 holding the value of the specified String, parsed as an unsigned long value.
valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 holding the value of the specified String, parsed as an unsigned short value.
valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Returns the enum constant of this class with the specified name.
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 holding the value of the specified String, parsed as an unsigned int value.
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 holding the value of the specified String, parsed as an unsigned long value.
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 holding the value of the specified String, parsed as an unsigned long value.
valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 holding the value of the specified String, parsed as an unsigned short value.
valueOf(BigDecimal) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
 
valueOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given bigInt.
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given uint.
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given uint.
valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given uint.
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint8 corresponding to a given uint.
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given uint.
valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given uint.
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint8 corresponding to a given uint.
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given uint.
valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
Returns an Uint8 corresponding to a given uint.
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
Returns an Uint16 corresponding to a given uint.
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
Returns an Uint32 corresponding to a given uint.
valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
Returns an Uint64 corresponding to a given uint.
values() - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
Returns an array containing the constants of this enum class, in the order they are declared.
variantOf(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
variantOf(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
variantOf(String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
 
VERSION_1 - Enum constant in enum class org.opendaylight.yangtools.yang.common.YangVersion
Version 1, as defined in RFC6020.
VERSION_1_1 - Enum constant in enum class org.opendaylight.yangtools.yang.common.YangVersion
Version 1.1, as defined in RFC7950.

W

WARNING - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
A warning not affecting an operation's ability to complete successfully.
withError(ErrorType, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(ErrorType, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(ErrorType, ErrorTag, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
withError(ErrorType, ErrorTag, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds an error to the result.
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.
withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
Return a UnresolvedQName.Qualified object bound to specified prefix.
withResult(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(ErrorType, ErrorTag, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds a warning to the result.
withWarning(ErrorType, ErrorTag, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
Adds a warning to the result.
writeQName(QName) - Method in interface org.opendaylight.yangtools.yang.common.QNameAwareDataOutput
Write a QName into the stream.
writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
 
writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QName
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
 
writeTo(DataOutput) - Method in interface org.opendaylight.yangtools.yang.common.RevisionUnion
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
 
writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
 
writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
 

X

XMLNamespace - Class in org.opendaylight.yangtools.yang.common
A simple type capture of namespace statement's argument according to RFC6020.

Y

YANG_LIBRARY_MODULE_NAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
The module name assigned to ietf-yang-library.
YANG_LIBRARY_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
The namespace assigned to ietf-yang-library.
YANG_LIBRARY_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
The namespace assigned to ietf-yang-library.
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.
YangDataName - Record Class in org.opendaylight.yangtools.yang.common
Identifier of a RESTCONF yang-data extension template instantiation.
YangDataName(QNameModule, String) - Constructor for record class org.opendaylight.yangtools.yang.common.YangDataName
Creates an instance of a YangDataName record class.
YangNames - Class in org.opendaylight.yangtools.yang.common
Utility class for handling various naming conventions mentioned in YANG and related specifications.
YangNamespaceContext - Interface in org.opendaylight.yangtools.yang.common
Interface for mapping between String prefixes and QNameModule namespaces.
YangVersion - Enum Class in org.opendaylight.yangtools.yang.common
Enumeration of supported YANG versions.

Z

ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
Value of 0.
ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
Value of 0.
ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
Value of 0.
ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
Value of 0.
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form