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