public interface Leafreftest
| Modifier and Type | Interface and Description |
|---|---|
static class |
Leafreftest.LeafIdentifier
Identify the leaf of Leafreftest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeafrefList(LeafrefList addTo)
Adds to the list of leafrefList.
|
Cont1 |
cont1()
Returns the attribute cont1.
|
void |
cont1(Cont1 cont1)
Sets the attribute cont1.
|
Food |
food()
Returns the attribute food.
|
void |
food(Food food)
Sets the attribute food.
|
boolean |
isLeafValueSet(Leafreftest.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<LeafrefList> |
leafrefList()
Returns the attribute leafrefList.
|
void |
leafrefList(List<LeafrefList> leafrefList)
Sets the attribute leafrefList.
|
String |
middlename()
Returns the attribute middlename.
|
void |
middlename(String middlename)
Sets the attribute middlename.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String middlename()
String name()
BitSet valueLeafFlags()
List<LeafrefList> leafrefList()
Cont1 cont1()
Food food()
void middlename(String middlename)
middlename - value of middlenamevoid name(String name)
name - value of namevoid leafrefList(List<LeafrefList> leafrefList)
leafrefList - list of leafrefListvoid cont1(Cont1 cont1)
cont1 - value of cont1void food(Food food)
food - value of foodvoid addToLeafrefList(LeafrefList addTo)
addTo - value of leafrefListboolean isLeafValueSet(Leafreftest.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.