public interface ListInList
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListInList.LeafIdentifier
Identify the leaf of ListInList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToList2(List2 addTo)
Adds to the list of list2.
|
boolean |
isLeafValueSet(ListInList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<List2> |
list2()
Returns the attribute list2.
|
void |
list2(List<List2> list2)
Sets the attribute list2.
|
Uri |
listKey()
Returns the attribute listKey.
|
void |
listKey(Uri listKey)
Sets the attribute listKey.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Uri listKey()
BitSet valueLeafFlags()
void listKey(Uri listKey)
listKey - value of listKeyvoid addToList2(List2 addTo)
addTo - value of list2boolean isLeafValueSet(ListInList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.