public interface AugmentedSchVal
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedSchVal.LeafIdentifier
Identify the leaf of AugmentedSchVal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLl(Bitdef addTo)
Adds to the list of ll.
|
boolean |
isLeafValueSet(AugmentedSchVal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Bitdef> |
ll()
Returns the attribute ll.
|
void |
ll(List<Bitdef> ll)
Sets the attribute ll.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
void addToLl(Bitdef addTo)
addTo - value of llboolean isLeafValueSet(AugmentedSchVal.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.