Uses of Interface
org.opendaylight.yangtools.concepts.WritableObject
-
Packages that use WritableObject Package Description org.opendaylight.yangtools.concepts Concept used widely across OpenDaylight code base.org.opendaylight.yangtools.rfc6643.model.api org.opendaylight.yangtools.rfc8528.data.api org.opendaylight.yangtools.yang.common Common YANG concepts and constants expressed in terms of Java.org.opendaylight.yangtools.yang.data.api -
-
Uses of WritableObject in org.opendaylight.yangtools.concepts
Subinterfaces of WritableObject in org.opendaylight.yangtools.concepts Modifier and Type Interface Description interface
WritableIdentifier
A combination of bothIdentifier
andWritableObject
. -
Uses of WritableObject in org.opendaylight.yangtools.rfc6643.model.api
Classes in org.opendaylight.yangtools.rfc6643.model.api that implement WritableObject Modifier and Type Class Description class
ObjectIdentifier
An OID, or ObjectIdentifier, as defined by ITU and ISO/IEC. -
Uses of WritableObject in org.opendaylight.yangtools.rfc8528.data.api
Classes in org.opendaylight.yangtools.rfc8528.data.api that implement WritableObject Modifier and Type Class Description class
MountPointIdentifier
-
Uses of WritableObject in org.opendaylight.yangtools.yang.common
Classes in org.opendaylight.yangtools.yang.common that implement WritableObject Modifier and Type Class Description class
AbstractQName
Abstract superclass for sharing QName references, which can either be resolvedQName
s or unresolvedUnresolvedQName.Unqualified
andUnresolvedQName.Qualified
s.class
BiMapYangNamespaceContext
A BiMap-based implementation ofYangNamespaceContext
.class
QName
The QName from XML consists of local name of element and XML namespace, but for our use, we added module revision to it.class
QNameModule
AXMLNamespace
bound to a particular modelRevision
.class
UnresolvedQName
AQName
equivalent which has not been resolved.static class
UnresolvedQName.Qualified
An unresolved, qualifiedQName
.static class
UnresolvedQName.Unqualified
An unresolved, unqualifiedQName
. -
Uses of WritableObject in org.opendaylight.yangtools.yang.data.api
Classes in org.opendaylight.yangtools.yang.data.api that implement WritableObject Modifier and Type Class Description class
DatastoreIdentifier
Identifier of a RFC8342 (NMDA) datastore.
-