T - Value typepublic interface LeafSetEntryNode<T> extends AttributesContainer, NormalizedNode<YangInstanceIdentifier.NodeWithValue,T>, ValueNode<YangInstanceIdentifier.NodeWithValue,T>
Leaf node has a value, but no child nodes in the data tree, schema
for leaf node and its value is described by
LeafListSchemaNode.
| Modifier and Type | Method and Description |
|---|---|
YangInstanceIdentifier.NodeWithValue |
getIdentifier()
Returns
YangInstanceIdentifier.NodeWithValue which identifies this leaf set entry. |
getAttributes, getAttributeValuegetNodeType@Nonnull YangInstanceIdentifier.NodeWithValue getIdentifier()
YangInstanceIdentifier.NodeWithValue which identifies this leaf set entry.
Returned YangInstanceIdentifier.NodeWithValue contains same value as this node.
YangInstanceIdentifier.NodeWithValue.getValue() on returned instance of
YangInstanceIdentifier.NodeWithValue must returns
same value as invocation of NormalizedNode.getValue(), such as
following condition is allways 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 © 2019 OpenDaylight. All rights reserved.