public class DefaultListLeaf extends org.onosproject.yang.model.InnerModelObject implements ListLeaf, org.onosproject.yang.model.MultiInstanceObject<ListLeafKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeListLeaf.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultListLeaf()
Creates an instance of defaultListLeaf.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ListLeaf.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic BitSet valueLeafFlags()
ListLeafvalueLeafFlags in interface ListLeafpublic void name(String name)
ListLeafpublic boolean isLeafValueSet(ListLeaf.LeafIdentifier leaf)
ListLeafisLeafValueSet in interface ListLeafleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.