X
- the configuration object type which can be mergedpublic interface I_CmsConfigurationObject<X extends I_CmsConfigurationObject<X>>
限定符和类型 | 字段和说明 |
---|---|
static int |
DEFAULT_ORDER
Default order constant for module configurations.
|
限定符和类型 | 方法和说明 |
---|---|
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()