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