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 Choice1 |
choice1 |
protected String |
nodeId |
protected List<String> |
nodeProp |
protected TerminationPoints |
terminationPoints |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNode()
Creates an instance of defaultNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNodeProp(String addTo)
Adds to the list of nodeProp.
|
Choice1 |
choice1()
Returns the attribute choice1.
|
void |
choice1(Choice1 choice1)
Sets the attribute choice1.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Node.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
nodeId()
Returns the attribute nodeId.
|
void |
nodeId(String nodeId)
Sets the attribute nodeId.
|
List<String> |
nodeProp()
Returns the attribute nodeProp.
|
void |
nodeProp(List<String> nodeProp)
Sets the attribute nodeProp.
|
TerminationPoints |
terminationPoints()
Returns the attribute terminationPoints.
|
void |
terminationPoints(TerminationPoints terminationPoints)
Sets the attribute terminationPoints.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String nodeId
protected BitSet valueLeafFlags
protected TerminationPoints terminationPoints
protected Choice1 choice1
public List<String> nodeProp()
Nodepublic BitSet valueLeafFlags()
NodevalueLeafFlags in interface Nodepublic TerminationPoints terminationPoints()
NodeterminationPoints in interface Nodepublic Choice1 choice1()
Nodepublic void nodeId(String nodeId)
Nodepublic void nodeProp(List<String> nodeProp)
Nodepublic void terminationPoints(TerminationPoints terminationPoints)
NodeterminationPoints in interface NodeterminationPoints - value of terminationPointspublic void choice1(Choice1 choice1)
Nodepublic void addToNodeProp(String addTo)
NodeaddToNodeProp in interface NodeaddTo - value of nodeProppublic boolean isLeafValueSet(Node.LeafIdentifier leaf)
NodeisLeafValueSet in interface Nodeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.