public static enum ModuleState.State extends Enum<ModuleState.State>
| Enum Constant and Description |
|---|
ERROR_WITH_DEFINITIONS |
ERROR_WITH_RULES |
INCOMPATIBLE_VERSION |
INSTALLED |
RESOLVED |
SPRING_NOT_STARTED |
SPRING_STARTING |
STARTED |
STARTING |
STOPPING |
UPDATED |
WAITING_TO_BE_IMPORTED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ModuleState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleState.State INSTALLED
public static final ModuleState.State ERROR_WITH_DEFINITIONS
public static final ModuleState.State ERROR_WITH_RULES
public static final ModuleState.State RESOLVED
public static final ModuleState.State STARTED
public static final ModuleState.State STARTING
public static final ModuleState.State STOPPING
public static final ModuleState.State UPDATED
public static final ModuleState.State WAITING_TO_BE_IMPORTED
public static final ModuleState.State SPRING_STARTING
public static final ModuleState.State SPRING_NOT_STARTED
public static final ModuleState.State INCOMPATIBLE_VERSION
public static ModuleState.State[] values()
for (ModuleState.State c : ModuleState.State.values()) System.out.println(c);
public static ModuleState.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ModuleState.State>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.