public interface YtbSportsArena extends YtbSnack
| Modifier and Type | Interface and Description |
|---|---|
static class |
YtbSportsArena.LeafIdentifier
Identify the leaf of YtbSportsArena.
|
| Modifier and Type | Method and Description |
|---|---|
String |
beer()
Returns the attribute beer.
|
void |
beer(String beer)
Sets the attribute beer.
|
boolean |
isLeafValueSet(YtbSportsArena.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
pretzel()
Returns the attribute pretzel.
|
void |
pretzel(String pretzel)
Sets the attribute pretzel.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String pretzel()
String beer()
BitSet valueLeafFlags()
void pretzel(String pretzel)
pretzel - value of pretzelvoid beer(String beer)
beer - value of beerboolean isLeafValueSet(YtbSportsArena.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.