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