public abstract class AbstractImmutableNormalizedValueNode<K extends YangInstanceIdentifier.PathArgument,V> extends AbstractImmutableNormalizedNode<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractImmutableNormalizedValueNode(K nodeIdentifier,
V value) |
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Value of node.
|
addToStringAttributes, equals, getIdentifier, getNodeType, hashCode, toString, valueEquals, valueHashCode@Nullable public final V getValue()
NormalizedNodeCopyright © 2018 OpenDaylight. All rights reserved.