public interface LeafAug extends ChoiceCase, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LeafAug.LeafIdentifier
Identify the leaf of LeafAug.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitsTypedef leafAug()
BitSet valueLeafFlags()
void leafAug(BitsTypedef leafAug)
leafAug - value of leafAugboolean isLeafValueSet(LeafAug.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.