public interface ListAnydata
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListAnydata.LeafIdentifier
Identify the leaf of ListAnydata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToL1(L1 addTo)
Adds to the list of l1.
|
void |
addToLeaf1(String addTo)
Adds to the list of leaf1.
|
boolean |
isLeafValueSet(ListAnydata.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<String> |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(List<String> leaf1)
Sets the attribute leaf1.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BitSet valueLeafFlags()
void addToLeaf1(String addTo)
addTo - value of leaf1void addToL1(L1 addTo)
addTo - value of l1boolean isLeafValueSet(ListAnydata.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.