T - Value typepublic interface LeafNode<T> extends AttributesContainer, DataContainerChild<YangInstanceIdentifier.NodeIdentifier,T>, ValueNode<YangInstanceIdentifier.NodeIdentifier,T>
Leaf node has a value, but no child nodes in the data tree, schema
for leaf node and its value is described by LeafSchemaNode.
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns value of this leaf node.
|
getAttributes, getAttributeValuegetIdentifiergetNodeType@Nonnull T getValue()
getValue in interface NormalizedNode<YangInstanceIdentifier.NodeIdentifier,T>getValue in interface ValueNode<YangInstanceIdentifier.NodeIdentifier,T>Copyright © 2019 OpenDaylight. All rights reserved.