public interface ColdDrink
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColdDrink.LeafIdentifier
Identify the leaf of ColdDrink.
|
| Modifier and Type | Method and Description |
|---|---|
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 flavorboolean isLeafValueSet(ColdDrink.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.