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