public interface Config
| Modifier and Type | Interface and Description |
|---|---|
static class |
Config.LeafIdentifier
Identify the leaf of Config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTeNodeTemplate(Object addTo)
Adds to the list of teNodeTemplate.
|
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeNodeAttributes |
teNodeAttributes()
Returns the attribute teNodeAttributes.
|
void |
teNodeAttributes(TeNodeAttributes teNodeAttributes)
Sets the attribute teNodeAttributes.
|
List<Object> |
teNodeTemplate()
Returns the attribute teNodeTemplate.
|
void |
teNodeTemplate(List<Object> teNodeTemplate)
Sets the attribute teNodeTemplate.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Object> teNodeTemplate()
BitSet valueLeafFlags()
TeNodeAttributes teNodeAttributes()
void teNodeTemplate(List<Object> teNodeTemplate)
teNodeTemplate - list of teNodeTemplatevoid teNodeAttributes(TeNodeAttributes teNodeAttributes)
teNodeAttributes - value of teNodeAttributesvoid addToTeNodeTemplate(Object addTo)
addTo - value of teNodeTemplateboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.