public interface ModelDataToResourceData
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModelDataToResourceData.LeafIdentifier
Identify the leaf of ModelDataToResourceData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeafList1(String addTo)
Adds to the list of leafList1.
|
FirstLevel |
firstLevel()
Returns the attribute firstLevel.
|
void |
firstLevel(FirstLevel firstLevel)
Sets the attribute firstLevel.
|
boolean |
isLeafValueSet(ModelDataToResourceData.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(int leaf1)
Sets the attribute leaf1.
|
List<String> |
leafList1()
Returns the attribute leafList1.
|
void |
leafList1(List<String> leafList1)
Sets the attribute leafList1.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int leaf1()
List<String> leafList1()
BitSet valueLeafFlags()
FirstLevel firstLevel()
void leaf1(int leaf1)
leaf1 - value of leaf1void leafList1(List<String> leafList1)
leafList1 - list of leafList1void firstLevel(FirstLevel firstLevel)
firstLevel - value of firstLevelvoid addToLeafList1(String addTo)
addTo - value of leafList1boolean isLeafValueSet(ModelDataToResourceData.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.