public interface FirstLevel
| Modifier and Type | Method and Description |
|---|---|
void |
addToListInList(ListInList addTo)
Adds to the list of listInList.
|
ContainerChoice |
containerChoice()
Returns the attribute containerChoice.
|
void |
containerChoice(ContainerChoice containerChoice)
Sets the attribute containerChoice.
|
ContainerGrouping |
containerGrouping()
Returns the attribute containerGrouping.
|
void |
containerGrouping(ContainerGrouping containerGrouping)
Sets the attribute containerGrouping.
|
ContainerLeaf |
containerLeaf()
Returns the attribute containerLeaf.
|
void |
containerLeaf(ContainerLeaf containerLeaf)
Sets the attribute containerLeaf.
|
ContainerLeafList |
containerLeafList()
Returns the attribute containerLeafList.
|
void |
containerLeafList(ContainerLeafList containerLeafList)
Sets the attribute containerLeafList.
|
ContainerList |
containerList()
Returns the attribute containerList.
|
void |
containerList(ContainerList containerList)
Sets the attribute containerList.
|
List<ListInList> |
listInList()
Returns the attribute listInList.
|
void |
listInList(List<ListInList> listInList)
Sets the attribute listInList.
|
OnlyContainer |
onlyContainer()
Returns the attribute onlyContainer.
|
void |
onlyContainer(OnlyContainer onlyContainer)
Sets the attribute onlyContainer.
|
OnlyContainer onlyContainer()
ContainerLeaf containerLeaf()
ContainerLeafList containerLeafList()
ContainerList containerList()
ContainerChoice containerChoice()
ContainerGrouping containerGrouping()
List<ListInList> listInList()
void onlyContainer(OnlyContainer onlyContainer)
onlyContainer - value of onlyContainervoid containerLeaf(ContainerLeaf containerLeaf)
containerLeaf - value of containerLeafvoid containerLeafList(ContainerLeafList containerLeafList)
containerLeafList - value of containerLeafListvoid containerList(ContainerList containerList)
containerList - value of containerListvoid containerChoice(ContainerChoice containerChoice)
containerChoice - value of containerChoicevoid containerGrouping(ContainerGrouping containerGrouping)
containerGrouping - value of containerGroupingvoid listInList(List<ListInList> listInList)
listInList - list of listInListvoid addToListInList(ListInList addTo)
addTo - value of listInListCopyright © 2017. All rights reserved.