public enum DeploymentType extends Enum<DeploymentType>
| Modifier and Type | Method and Description |
|---|---|
static DeploymentType |
fromDeployment(org.mule.tools.model.Deployment deployment) |
static DeploymentType |
fromValue(String value) |
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 EMBEDDED
public static final DeploymentType CLOUDHUB
public static final DeploymentType ARM
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 static DeploymentType fromValue(String value)
public static DeploymentType fromDeployment(org.mule.tools.model.Deployment deployment)
Copyright © 2020. All rights reserved.