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