public interface Chips extends Snacks
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Boolean> |
potato()
Returns the attribute potato.
|
void |
potato(List<Boolean> potato)
Sets the attribute potato.
|
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 coldDrinkCopyright © 2017. All rights reserved.