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