public interface Node
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Node.LeafIdentifier
Identify the leaf of Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingNode(SupportingNode addTo)
Adds to the list of supportingNode.
|
boolean |
isLeafValueSet(Node.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NodeId |
nodeId()
Returns the attribute nodeId.
|
void |
nodeId(NodeId nodeId)
Sets the attribute nodeId.
|
List<SupportingNode> |
supportingNode()
Returns the attribute supportingNode.
|
void |
supportingNode(List<SupportingNode> supportingNode)
Sets the attribute supportingNode.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NodeId nodeId()
BitSet valueLeafFlags()
List<SupportingNode> supportingNode()
void nodeId(NodeId nodeId)
nodeId - value of nodeIdvoid supportingNode(List<SupportingNode> supportingNode)
supportingNode - list of supportingNodevoid addToSupportingNode(SupportingNode addTo)
addTo - value of supportingNodeboolean isLeafValueSet(Node.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.