public static enum MetatraderAccountDto.DeploymentState extends Enum<MetatraderAccountDto.DeploymentState>
| Enum Constant and Description |
|---|
CREATED |
DELETING |
DEPLOYED |
DEPLOYING |
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 UNDEPLOYING
public static final MetatraderAccountDto.DeploymentState UNDEPLOYED
public static final MetatraderAccountDto.DeploymentState DELETING
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 © 2020. All rights reserved.