Class YangInstanceIdentifier.NodeWithValue<T>
java.lang.Object
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue<T>
- All Implemented Interfaces:
Serializable
,Comparable<YangInstanceIdentifier.PathArgument>
,Identifier
,Immutable
- Enclosing class:
- YangInstanceIdentifier
public static final class YangInstanceIdentifier.NodeWithValue<T>
extends YangInstanceIdentifier.PathArgument
Simple path argument identifying a
LeafSetEntryNode
leaf
overall data tree.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
compareTo, getNodeType, hashCode
-
Constructor Details
-
NodeWithValue
-
-
Method Details
-
getValue
-
hashCodeImpl
protected int hashCodeImpl()- Overrides:
hashCodeImpl
in classYangInstanceIdentifier.PathArgument
-
equals
- Specified by:
equals
in interfaceIdentifier
- Overrides:
equals
in classYangInstanceIdentifier.PathArgument
-
toString
- Specified by:
toString
in interfaceIdentifier
- Overrides:
toString
in classYangInstanceIdentifier.PathArgument
-
toRelativeString
Description copied from class:YangInstanceIdentifier.PathArgument
Return the string representation of this object for use in context provided by a previous object. This method can be implemented in terms ofYangInstanceIdentifier.PathArgument.toString()
, but implementations are encourage to reuse any context already emitted by the previous object.- Overrides:
toRelativeString
in classYangInstanceIdentifier.PathArgument
- Parameters:
previous
- Previous path argument- Returns:
- String representation
-