public interface Configs extends ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
Configs.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
getConfig()
Gets the value of the config property.
|
Config |
getConfigByName(String name) |
createChild, deepCopy, getParent, getParentList<Config> getConfig()
set method for the config property. For example, to add a new item,
do as follows:
getConfig().add(newItem);
Objects of the following type(s) are allowed in the list Config@DuckTyped Config getConfigByName(String name)
Copyright © 2019. All rights reserved.