public static enum DeployResponseDTO.DeployStatusEnum extends Enum<DeployResponseDTO.DeployStatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployResponseDTO.DeployStatusEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DeployResponseDTO.DeployStatusEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static DeployResponseDTO.DeployStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployResponseDTO.DeployStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployResponseDTO.DeployStatusEnum DEPLOYED
public static final DeployResponseDTO.DeployStatusEnum ERROR
public static DeployResponseDTO.DeployStatusEnum[] values()
for (DeployResponseDTO.DeployStatusEnum c : DeployResponseDTO.DeployStatusEnum.values()) System.out.println(c);
public static DeployResponseDTO.DeployStatusEnum 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 getValue()
public String toString()
toString in class Enum<DeployResponseDTO.DeployStatusEnum>public static DeployResponseDTO.DeployStatusEnum fromValue(String text)
Copyright © 2021 WSO2 Inc. All rights reserved.