public static final class YangInstanceIdentifier.NodeWithValue<T> extends Object
LeafSetEntryNode
leaf
overall data tree.Constructor and Description |
---|
NodeWithValue(QName node,
T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getValue() |
protected int |
hashCodeImpl() |
String |
toRelativeString(YangInstanceIdentifier.PathArgument previous)
Return the string representation of this object for use in context
provided by a previous object.
|
String |
toString() |
public T getValue()
protected int hashCodeImpl()
public boolean equals(Object obj)
public String toString()
public String toRelativeString(YangInstanceIdentifier.PathArgument previous)
YangInstanceIdentifier.PathArgument
YangInstanceIdentifier.toString()
, but implementations are encourage to
reuse any context already emitted by the previous object.toRelativeString
in interface YangInstanceIdentifier.PathArgument
previous
- Previous path argumentCopyright © 2020 OpenDaylight. All rights reserved.