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