Class YangInstanceIdentifier.NodeWithValue<T>
java.lang.Object
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue<T>
- All Implemented Interfaces:
Serializable
,Comparable<YangInstanceIdentifier.PathArgument>
,Immutable
,YangInstanceIdentifier.PathArgument
- Enclosing class:
- YangInstanceIdentifier
Simple path argument identifying a
LeafSetEntryNode
leaf
overall data tree.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
final QName
Returns unique QName of data node as defined in YANG Schema, if available.@NonNull T
getValue()
final int
hashCode()
protected int
Return the string representation of this object for use in context provided by a previous object.toString()
-
Constructor Details
-
NodeWithValue
-
-
Method Details
-
getValue
-
hashCodeImpl
protected int hashCodeImpl() -
equals
-
toString
-
toRelativeString
Description copied from interface: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.toString()
, but implementations are encourage to reuse any context already emitted by the previous object.- Specified by:
toRelativeString
in interfaceYangInstanceIdentifier.PathArgument
- Parameters:
previous
- Previous path argument- Returns:
- String representation
-
getNodeType
Description copied from interface:YangInstanceIdentifier.PathArgument
Returns unique QName of data node as defined in YANG Schema, if available.- Specified by:
getNodeType
in interfaceYangInstanceIdentifier.PathArgument
- Returns:
- Node type
-
compareTo
- Specified by:
compareTo
in interfaceComparable<YangInstanceIdentifier.PathArgument>
-
hashCode
public final int hashCode()
-