public final class ModuleInstallState
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ModuleInstallState |
DISABLED
The module is disabled
|
static ModuleInstallState |
INSTALLED
The module is installed
|
static ModuleInstallState |
UNINSTALLED
The module has been uninstalled
|
static ModuleInstallState |
UNKNOWN
The state of the module is unknown
|
Modifier and Type | Method and Description |
---|---|
static ModuleInstallState |
valueOf(java.lang.String name) |
static ModuleInstallState[] |
values() |
public static final ModuleInstallState UNKNOWN
public static final ModuleInstallState INSTALLED
public static final ModuleInstallState DISABLED
public static final ModuleInstallState UNINSTALLED
public static ModuleInstallState[] values()
public static ModuleInstallState valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.