org.alfresco.service.cmr.module
Class ModuleInstallState

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.module.ModuleInstallState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ModuleInstallState
extends java.lang.Enum

Enum used to indicate the install state of a module.

See Also:
Serialized Form

Field Summary
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
 
Method Summary
static ModuleInstallState valueOf(java.lang.String name)
           
static ModuleInstallState[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final ModuleInstallState UNKNOWN
The state of the module is unknown


INSTALLED

public static final ModuleInstallState INSTALLED
The module is installed


DISABLED

public static final ModuleInstallState DISABLED
The module is disabled


UNINSTALLED

public static final ModuleInstallState UNINSTALLED
The module has been uninstalled

Method Detail

values

public static ModuleInstallState[] values()

valueOf

public static ModuleInstallState valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.