public interface ListItems extends ContentTest, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListItems.LeafIdentifier
Identify the leaf of ListItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToListItems(byte[] addTo)
Adds to the list of listItems.
|
boolean |
isLeafValueSet(ListItems.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<byte[]> |
listItems()
Returns the attribute listItems.
|
void |
listItems(List<byte[]> listItems)
Sets the attribute listItems.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<byte[]> listItems()
BitSet valueLeafFlags()
void listItems(List<byte[]> listItems)
listItems - list of listItemsvoid addToListItems(byte[] addTo)
addTo - value of listItemsboolean isLeafValueSet(ListItems.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.