public interface IModuleFeature<T extends IModuleFeature> extends IModuleAware, Serializable
Module
.Module
Modifier and Type | Method and Description |
---|---|
Module |
getModule()
The Module this object belongs to
|
Boolean |
isEnabled()
Check if the Feature instance is enabled or disabled.
|
void |
setEnabled(Boolean emabled)
Enable or disable the feature.
|
T |
setModule(Module module)
The Module this object belongs to
|
moduleName
T setModule(Module module)
module
- The Module this object belongs toBoolean isEnabled()
void setEnabled(Boolean emabled)
emabled
- Copyright © 2018. All rights reserved.