public enum DeploymentType extends Enum<DeploymentType>
| Enum Constant and Description |
|---|
APPLICATIONBOX_DEPLOYMENT_TYPE |
CLOUDFORMATION_DEPLOYMENT_TYPE |
CONTAINER_DEPLOYMENT_TYPE |
SCRIPTBOX_DEPLOYMENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentType |
findBy(AbstractBox box) |
static DeploymentType |
findBy(String value) |
String |
getValue() |
static DeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentType CONTAINER_DEPLOYMENT_TYPE
public static final DeploymentType APPLICATIONBOX_DEPLOYMENT_TYPE
public static final DeploymentType CLOUDFORMATION_DEPLOYMENT_TYPE
public static final DeploymentType SCRIPTBOX_DEPLOYMENT_TYPE
public static DeploymentType[] values()
for (DeploymentType c : DeploymentType.values()) System.out.println(c);
public static DeploymentType 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 static DeploymentType findBy(AbstractBox box) throws ServiceException
ServiceExceptionpublic static DeploymentType findBy(String value) throws ServiceException
ServiceExceptionCopyright © 2016–2019. All rights reserved.