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