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