public interface Config
| Modifier and Type | Interface and Description |
|---|---|
static class |
Config.LeafIdentifier
Identify the leaf of Config.
|
| Modifier and Type | Method and Description |
|---|---|
BundleStackLevel |
bundleStackLevel()
Returns the attribute bundleStackLevel.
|
void |
bundleStackLevel(BundleStackLevel bundleStackLevel)
Sets the attribute bundleStackLevel.
|
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeLinkAttributes |
teLinkAttributes()
Returns the attribute teLinkAttributes.
|
void |
teLinkAttributes(TeLinkAttributes teLinkAttributes)
Sets the attribute teLinkAttributes.
|
List<Object> |
teLinkTemplate()
Returns the attribute teLinkTemplate.
|
void |
teLinkTemplate(List<Object> teLinkTemplate)
Sets the attribute teLinkTemplate.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<Object> teLinkTemplate()
BitSet valueLeafFlags()
BundleStackLevel bundleStackLevel()
TeLinkAttributes teLinkAttributes()
void teLinkTemplate(List<Object> teLinkTemplate)
teLinkTemplate - list of teLinkTemplatevoid bundleStackLevel(BundleStackLevel bundleStackLevel)
bundleStackLevel - value of bundleStackLevelvoid teLinkAttributes(TeLinkAttributes teLinkAttributes)
teLinkAttributes - value of teLinkAttributesboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.