public class DefaultNode extends org.onosproject.yang.model.InnerModelObject implements Node, org.onosproject.yang.model.MultiInstanceObject<NodeKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNode.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected NodeId |
nodeId |
protected List<SupportingNode> |
supportingNode |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNode()
Creates an instance of defaultNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingNode(SupportingNode addTo)
Adds to the list of supportingNode.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected NodeId nodeId
protected BitSet valueLeafFlags
protected List<SupportingNode> supportingNode
public BitSet valueLeafFlags()
NodevalueLeafFlags in interface Nodepublic List<SupportingNode> supportingNode()
NodesupportingNode in interface Nodepublic void nodeId(NodeId nodeId)
Nodepublic void supportingNode(List<SupportingNode> supportingNode)
NodesupportingNode in interface NodesupportingNode - list of supportingNodepublic void addToSupportingNode(SupportingNode addTo)
NodeaddToSupportingNode in interface NodeaddTo - value of supportingNodepublic boolean isLeafValueSet(Node.LeafIdentifier leaf)
NodeisLeafValueSet in interface Nodeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.