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