Uses of Interface
org.opendaylight.yangtools.concepts.WritableObject
-
-
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 unresolvedUnqualifiedQName
andQualifiedQName
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
QualifiedQName
An unresolved, qualifiedQName
.class
UnqualifiedQName
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.
-