public interface ContainerLeafList
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerLeafList.LeafIdentifier
Identify the leaf of ContainerLeafList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeafList2(LeafList2Enum addTo)
Adds to the list of leafList2.
|
boolean |
isLeafValueSet(ContainerLeafList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<LeafList2Enum> |
leafList2()
Returns the attribute leafList2.
|
void |
leafList2(List<LeafList2Enum> leafList2)
Sets the attribute leafList2.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<LeafList2Enum> leafList2()
BitSet valueLeafFlags()
void leafList2(List<LeafList2Enum> leafList2)
leafList2 - list of leafList2void addToLeafList2(LeafList2Enum addTo)
addTo - value of leafList2boolean isLeafValueSet(ContainerLeafList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.