| Class and Description |
|---|
| AtomicPath
Abstraction of an entity which identifies a generated class uniquely among
its siblings.
|
| Augmentable
Abstraction of augmentation behavior generated augmentable nodes interfaces
will inherit it.
|
| DataNode
Abstraction of an entity which represents data tree node.
|
| DataNode.Builder
Represents the implementation of data node builder class.
|
| DataNode.Type |
| DefaultModelObjectData.Builder
Represents composite model data builder.
|
| DefaultResourceData.Builder
Represents implementation of resource data builder.
|
| DefaultYangModel.Builder
Represents implementation of YANG model builder.
|
| InnerModelObject
Abstraction of an entity that provides common basis for all POJOs which are
generated from a YANG model.
|
| InnerNode
Abstraction of an entity which represents an inner node in data store.
|
| InnerNode.Builder
Builder with get and set functions to build inner node,
builder will be used both to create inner node from scratch or from a
given inner node.
|
| KeyInfo
Representation of Key class generated for list must implement this interface
which would carry the information about key leaves to uniquely identify
the list.
|
| KeyLeaf
Represents the List's key leaf value.
|
| LeafIdentifier
Abstraction of an entity which identifies a leaf uniquely among
its siblings.
|
| LeafListKey
Representation of an entity which identifies a uniquely branching
leaf-list entry corresponding to a multi instance leaf schema.
|
| LeafListKey.LeafListKeyBuilder
Represents Leaf list key builder.
|
| LeafNode
Abstraction of an entity which represents leaf data tree node.
|
| LeafNode.Builder
Builder with get and set functions to build leaf node,
builder will be used both to create leaf node from scratch or from a
given leaf node.
|
| LeafObjectType
Represents mapping of java data types with corresponding yang leaf's data
type.
|
| LeafRestriction
Representation of leaf restriction.
|
| LeafType
Represents ENUM to identify the effective built in data type.
|
| ListKey
Represents an entity which identifies a unique branching node
corresponding to a multi instance schema definition.
|
| ModelObject
Abstraction of an entity that provides common basis to specify atomic and
non atomic model.
|
| ModelObject.ModelObjectType |
| ModelObjectData
Abstraction of an entity that is composition of model object identifier
and its data.
|
| ModelObjectData.Builder
Represents builder of composite model data.
|
| ModelObjectId
Representation of an entity which identifies a resource in the generated
java code.
|
| ModelObjectId.Builder
Builder to construct java path identifier.
|
| MultiInstanceObject
Abstraction of an entity which identifies a list.
|
| NodeKey
Abstraction of an entity which identifies a node uniquely among its
siblings.
|
| NodeKey.NodeKeyBuilder
Builder for node key.
|
| ResourceData
Abstraction of an entity that is representation of resource data.
|
| ResourceData.Builder
Abstraction of an entity that represents builder of composite data.
|
| ResourceId
Representation of an entity which identifies a resource in the logical tree
data store.
|
| ResourceId.Builder
Builder to construct resource identifier.
|
| RpcContext
Representation of rpc context which is JAVA coordinates to the RPC.
|
| RpcOutput.Status |
| RpcService
Token representation of a YANG RPC end-point.
|
| SchemaContext
Representation of a context for obtaining schema related information.
|
| SchemaId
Representation of an entity which identifies a schema node in the schema /
data tree.
|
| SingleInstanceNodeContext
Representation of single instance node schema context.
|
| YangModel
Representation of a compiled YANG model.
|
| YangModel.Builder
Abstraction of an entity that represents builder of YANG model.
|
| YangModule
Representation of YANG module information.
|
| YangModuleId
Representation of an entity which provides YANG module identifiers.
|
| YangNamespace
Representation of YANG namespace.
|
Copyright © 2018. All rights reserved.