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