public class DefaultContainerLeafList extends org.onosproject.yang.model.InnerModelObject implements ContainerLeafList
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeContainerLeafList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<LeafList2Enum> |
leafList2 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultContainerLeafList()
Creates an instance of defaultContainerLeafList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeafList2(LeafList2Enum addTo)
Adds to the list of leafList2.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ContainerLeafList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<LeafList2Enum> |
leafList2()
Returns the attribute leafList2.
|
void |
leafList2(List<LeafList2Enum> leafList2)
Sets the attribute leafList2.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<LeafList2Enum> leafList2
protected BitSet valueLeafFlags
public DefaultContainerLeafList()
public List<LeafList2Enum> leafList2()
ContainerLeafListleafList2 in interface ContainerLeafListpublic BitSet valueLeafFlags()
ContainerLeafListvalueLeafFlags in interface ContainerLeafListpublic void leafList2(List<LeafList2Enum> leafList2)
ContainerLeafListleafList2 in interface ContainerLeafListleafList2 - list of leafList2public void addToLeafList2(LeafList2Enum addTo)
ContainerLeafListaddToLeafList2 in interface ContainerLeafListaddTo - value of leafList2public boolean isLeafValueSet(ContainerLeafList.LeafIdentifier leaf)
ContainerLeafListisLeafValueSet in interface ContainerLeafListleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.