Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema |
Definition of normalized YANG DOM Model
Normalized DOM Model brings more direct mapping between YANG Model, DOM
representation of data
|
Modifier and Type | Interface and Description |
---|---|
interface |
LeafNode<T>
Leaf node with multiplicity 0..1
Leaf node has a value, but no child nodes in the data tree, schema
for leaf node and its value is described by
LeafSchemaNode . |
interface |
LeafSetEntryNode<T>
Leaf node with multiplicity 0...n
Leaf node has a value, but no child nodes in the data tree, schema
for leaf node and its value is described by
LeafListSchemaNode . |
Copyright © 2018 OpenDaylight. All rights reserved.