public enum ManagementModuleState extends Enum<ManagementModuleState>
Enum Constant and Description |
---|
ConfigError |
Configured |
CredentialError |
Modifier and Type | Method and Description |
---|---|
static ManagementModuleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementModuleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementModuleState Configured
public static final ManagementModuleState CredentialError
public static final ManagementModuleState ConfigError
public static ManagementModuleState[] values()
for (ManagementModuleState c : ManagementModuleState.values()) System.out.println(c);
public static ManagementModuleState 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 nullCopyright © 2017. All rights reserved.