public class DefaultLeafAug extends org.onosproject.yang.model.InnerModelObject implements LeafAug
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLeafAug.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitsTypedef |
leafAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLeafAug()
Creates an instance of defaultLeafAug.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(LeafAug.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitsTypedef |
leafAug()
Returns the attribute leafAug.
|
void |
leafAug(BitsTypedef leafAug)
Sets the attribute leafAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BitsTypedef leafAug
protected BitSet valueLeafFlags
public BitsTypedef leafAug()
LeafAugpublic BitSet valueLeafFlags()
LeafAugvalueLeafFlags in interface LeafAugpublic void leafAug(BitsTypedef leafAug)
LeafAugpublic boolean isLeafValueSet(LeafAug.LeafIdentifier leaf)
LeafAugisLeafValueSet in interface LeafAugleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.