public interface Chips extends Snacks
| Modifier and Type | Interface and Description |
|---|---|
static class |
Chips.LeafIdentifier
Identify the leaf of Chips.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBanana(Banana addTo)
Adds to the list of banana.
|
void |
addToPotato(Boolean addTo)
Adds to the list of potato.
|
List<Banana> |
banana()
Returns the attribute banana.
|
void |
banana(List<Banana> banana)
Sets the attribute banana.
|
ColdDrink |
coldDrink()
Returns the attribute coldDrink.
|
void |
coldDrink(ColdDrink coldDrink)
Sets the attribute coldDrink.
|
boolean |
isLeafValueSet(Chips.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Boolean> |
potato()
Returns the attribute potato.
|
void |
potato(List<Boolean> potato)
Sets the attribute potato.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
ColdDrink coldDrink()
void potato(List<Boolean> potato)
potato - list of potatovoid banana(List<Banana> banana)
banana - list of bananavoid coldDrink(ColdDrink coldDrink)
coldDrink - value of coldDrinkvoid addToPotato(Boolean addTo)
addTo - value of potatovoid addToBanana(Banana addTo)
addTo - value of bananaboolean isLeafValueSet(Chips.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.