public interface Banana
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Banana.LeafIdentifier
Identify the leaf of Banana.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Banana.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
l1()
Returns the attribute l1.
|
void |
l1(String l1)
Sets the attribute l1.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String l1()
BitSet valueLeafFlags()
void l1(String l1)
l1 - value of l1boolean isLeafValueSet(Banana.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.