public interface Type extends Bear
| Modifier and Type | Interface and Description |
|---|---|
static class |
Type.LeafIdentifier
Identify the leaf of Type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Type.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
kingfisher()
Returns the attribute kingfisher.
|
void |
kingfisher(boolean kingfisher)
Sets the attribute kingfisher.
|
boolean |
redbull()
Returns the attribute redbull.
|
void |
redbull(boolean redbull)
Sets the attribute redbull.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean kingfisher()
boolean redbull()
BitSet valueLeafFlags()
void kingfisher(boolean kingfisher)
kingfisher - value of kingfishervoid redbull(boolean redbull)
redbull - value of redbullboolean isLeafValueSet(Type.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.