K - Local identifier of nodeV - Value of nodepublic interface ValueNode<K extends YangInstanceIdentifier.PathArgument,V> extends NormalizedNode<K,V>
LeafSetEntryNode and LeafNode, which both hold a value.| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Returns value of held by this node.
|
getIdentifier, getNodeType@Nonnull V getValue()
getValue() must
provides same value as value in NormalizedNode.getIdentifier().
true == this.getIdentifier().getValue().equals(this.getValue())getValue in interface NormalizedNode<K extends YangInstanceIdentifier.PathArgument,V>Copyright © 2019 OpenDaylight. All rights reserved.