public interface ContainerList
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
void |
addToListLeaf(ListLeaf addTo)
Adds to the list of listLeaf.
|
List<ListLeaf> |
listLeaf()
Returns the attribute listLeaf.
|
void |
listLeaf(List<ListLeaf> listLeaf)
Sets the attribute listLeaf.
|
List<ListLeaf> listLeaf()
void listLeaf(List<ListLeaf> listLeaf)
listLeaf - list of listLeafvoid addToListLeaf(ListLeaf addTo)
addTo - value of listLeafCopyright © 2018. All rights reserved.