X - the configuration object type which can be mergedpublic interface I_CmsConfigurationObject<X extends I_CmsConfigurationObject<X>>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER
Default order constant for module configurations.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
The name of the configuration object.
|
boolean |
isDisabled()
If true, this configuration object will disable an inherited configuration object of the same name.
|
X |
merge(X child)
Merges this configuration object with a child configuration object.
|
static final int DEFAULT_ORDER
java.lang.String getKey()
This name should be unique for each single configuration
boolean isDisabled()