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.
|
protected V |
value() |
protected V |
wrapValue(V valueToWrap) |
addToStringAttributes, equals, getIdentifier, getNodeType, hashCode, toString, valueEquals, valueHashCodepublic final V getValue()
NormalizedNodeprotected final V value()
Copyright © 2019 OpenDaylight. All rights reserved.