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