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 |
|---|---|
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 |
k1()
Returns the attribute k1.
|
void |
k1(String k1)
Sets the attribute k1.
|
String |
k2()
Returns the attribute k2.
|
void |
k2(String k2)
Sets the attribute k2.
|
String |
k3()
Returns the attribute k3.
|
void |
k3(String k3)
Sets the attribute k3.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String k1()
String k2()
String k3()
BitSet valueLeafFlags()
C1 c1()
void k1(String k1)
k1 - value of k1void k2(String k2)
k2 - value of k2void k3(String k3)
k3 - value of k3void c1(C1 c1)
c1 - value of c1boolean isLeafValueSet(L1.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.