T
- Value typepublic interface LeafSetEntryNode<T> extends NormalizedNode<YangInstanceIdentifier.NodeWithValue,T>, ValueNode<YangInstanceIdentifier.NodeWithValue,T>
LeafListSchemaNode
.Modifier and Type | Method and Description |
---|---|
YangInstanceIdentifier.NodeWithValue |
getIdentifier()
Returns
YangInstanceIdentifier.NodeWithValue which identifies this leaf set entry. |
getNodeType
YangInstanceIdentifier.NodeWithValue getIdentifier()
YangInstanceIdentifier.NodeWithValue
which identifies this leaf set entry. Returned YangInstanceIdentifier.NodeWithValue
contains same
value as this node.
Implementation note
Invocation of YangInstanceIdentifier.NodeWithValue.getValue()
on returned instance of YangInstanceIdentifier.NodeWithValue
must return the
same value as invocation of NormalizedNode.getValue()
, such as following condition is always met:
true == this.getIdentifier().getValue().equals(this.getValue())
.getIdentifier
in interface Identifiable<YangInstanceIdentifier.NodeWithValue>
getIdentifier
in interface NormalizedNode<YangInstanceIdentifier.NodeWithValue,T>
YangInstanceIdentifier.NodeWithValue
which identifies this leaf set entry.Copyright © 2020 OpenDaylight. All rights reserved.