public static enum MetatraderAccountDto.DeploymentState extends Enum<MetatraderAccountDto.DeploymentState>
| Enum Constant and Description |
|---|
CREATED |
DELETE_FAILED |
DELETING |
DEPLOY_FAILED |
DEPLOYED |
DEPLOYING |
REDEPLOY_FAILED |
UNDEPLOY_FAILED |
UNDEPLOYED |
UNDEPLOYING |
| Modifier and Type | Method and Description |
|---|---|
static MetatraderAccountDto.DeploymentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetatraderAccountDto.DeploymentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetatraderAccountDto.DeploymentState CREATED
public static final MetatraderAccountDto.DeploymentState DEPLOYING
public static final MetatraderAccountDto.DeploymentState DEPLOYED
public static final MetatraderAccountDto.DeploymentState DEPLOY_FAILED
public static final MetatraderAccountDto.DeploymentState UNDEPLOYING
public static final MetatraderAccountDto.DeploymentState UNDEPLOYED
public static final MetatraderAccountDto.DeploymentState UNDEPLOY_FAILED
public static final MetatraderAccountDto.DeploymentState DELETING
public static final MetatraderAccountDto.DeploymentState DELETE_FAILED
public static final MetatraderAccountDto.DeploymentState REDEPLOY_FAILED
public static MetatraderAccountDto.DeploymentState[] values()
for (MetatraderAccountDto.DeploymentState c : MetatraderAccountDto.DeploymentState.values()) System.out.println(c);
public static MetatraderAccountDto.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 nullCopyright © 2023. All rights reserved.