public interface TreeFlavor
| Modifier and Type | Interface and Description |
|---|---|
static class |
TreeFlavor.LeafIdentifier
Identify the leaf of TreeFlavor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(TreeFlavor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends MulticastTreeType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends MulticastTreeType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends MulticastTreeType> type()
BitSet valueLeafFlags()
void type(Class<? extends MulticastTreeType> type)
type - value of typeboolean isLeafValueSet(TreeFlavor.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.