public interface Sample
| Modifier and Type | Interface and Description |
|---|---|
static class |
Sample.LeafIdentifier
Identify the leaf of Sample.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToL1(L1 addTo)
Adds to the list of l1.
|
void |
addToL2(L2 addTo)
Adds to the list of l2.
|
void |
addToLeaf6(String addTo)
Adds to the list of leaf6.
|
boolean |
isLeafValueSet(Sample.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<L1> |
l1()
Returns the attribute l1.
|
void |
l1(List<L1> l1)
Sets the attribute l1.
|
List<L2> |
l2()
Returns the attribute l2.
|
void |
l2(List<L2> l2)
Sets the attribute l2.
|
String |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(String leaf5)
Sets the attribute leaf5.
|
List<String> |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(List<String> leaf6)
Sets the attribute leaf6.
|
Top |
top()
Returns the attribute top.
|
void |
top(Top top)
Sets the attribute top.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String leaf5()
BitSet valueLeafFlags()
Top top()
void leaf5(String leaf5)
leaf5 - value of leaf5void top(Top top)
top - value of topvoid addToLeaf6(String addTo)
addTo - value of leaf6void addToL1(L1 addTo)
addTo - value of l1void addToL2(L2 addTo)
addTo - value of l2boolean isLeafValueSet(Sample.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.