public enum AstamDeploymentType extends Enum<AstamDeploymentType>
| Enum Constant and Description |
|---|
DEMONSTRATION |
DEVELOPMENT |
HEAD |
INTEGRATION |
PRE_PRODUCTION |
PRODUCTION |
QUALITY_ASSURANCE |
SANDBOX |
STAGING |
TEST |
UNDEFINED_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static AstamDeploymentType |
getAstamDeploymentTypeByValue(int value) |
int |
getValue() |
static AstamDeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstamDeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AstamDeploymentType UNDEFINED_TYPE
public static final AstamDeploymentType HEAD
public static final AstamDeploymentType DEVELOPMENT
public static final AstamDeploymentType SANDBOX
public static final AstamDeploymentType INTEGRATION
public static final AstamDeploymentType TEST
public static final AstamDeploymentType QUALITY_ASSURANCE
public static final AstamDeploymentType STAGING
public static final AstamDeploymentType PRE_PRODUCTION
public static final AstamDeploymentType DEMONSTRATION
public static final AstamDeploymentType PRODUCTION
public static AstamDeploymentType[] values()
for (AstamDeploymentType c : AstamDeploymentType.values()) System.out.println(c);
public static AstamDeploymentType 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 int getValue()
public static AstamDeploymentType getAstamDeploymentTypeByValue(int value)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.