public interface YangAutoPrefixList
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangAutoPrefixList.LeafIdentifier
Identify the leaf of YangAutoPrefixList.
|
| Modifier and Type | Method and Description |
|---|---|
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()
boolean isLeafValueSet(YangAutoPrefixList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.