public interface Available
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Available.LeafIdentifier
Identify the leaf of Available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLl(Available addTo)
Adds to the list of ll.
|
boolean |
isLeafValueSet(Available.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Available> |
ll()
Returns the attribute ll.
|
void |
ll(List<Available> ll)
Sets the attribute ll.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
void addToLl(Available addTo)
addTo - value of llboolean isLeafValueSet(Available.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.