public interface YangAutoPrefixList
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangAutoPrefixList.LeafIdentifier
Identify the leaf of YangAutoPrefixList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToL1(L1 addTo)
Adds to the list of l1.
|
void |
addToLeaf1(String addTo)
Adds to the list of leaf1.
|
C2 |
c2()
Returns the attribute c2.
|
void |
c2(C2 c2)
Sets the attribute c2.
|
boolean |
isLeafValueSet(YangAutoPrefixList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<L1> |
l1()
Returns the attribute l1.
|
void |
l1(List<L1> l1)
Sets the attribute l1.
|
List<String> |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(List<String> leaf1)
Sets the attribute leaf1.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
C2 c2()
void c2(C2 c2)
c2 - value of c2void addToLeaf1(String addTo)
addTo - value of leaf1void addToL1(L1 addTo)
addTo - value of l1boolean isLeafValueSet(YangAutoPrefixList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.