public static enum ModuleDescriptor.DeploymentState extends Enum<ModuleDescriptor.DeploymentState>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ModuleDescriptor.DeploymentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleDescriptor.DeploymentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleDescriptor.DeploymentState UNKNOWN
public static final ModuleDescriptor.DeploymentState SUCCESS
public static final ModuleDescriptor.DeploymentState FAILED
public static ModuleDescriptor.DeploymentState[] values()
for (ModuleDescriptor.DeploymentState c : ModuleDescriptor.DeploymentState.values()) System.out.println(c);
public static ModuleDescriptor.DeploymentState 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<ModuleDescriptor.DeploymentState>Copyright © 2016–2020. All rights reserved.