|
Enum Constant Summary | |
DISABLED The module is disabled |
|
INSTALLED The module is installed |
|
UNINSTALLED The module has been uninstalled |
|
UNKNOWN The state of the module is unknown |
Method Summary | ||
static ModuleInstallState |
valueOf(String name) | |
static ModuleInstallState[] |
values() |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
|