T - Value typepublic interface LeafSetEntryNode<T> extends AttributesContainer, 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. |
getAttributes, getAttributeValuegetNodeTypeYangInstanceIdentifier.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 © 2018 OpenDaylight. All rights reserved.