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