public static enum SetupWizard.SetupType extends Enum<SetupWizard.SetupType>
Enum Constant and Description |
---|
AWS_CLUSTER |
CLUSTER_SETUP |
CUSTOM_SETUP |
GERMAN_LANGUAGE |
STANDALONE_TO_CLUSTER |
STANDARD |
STANDARD_FAILURE |
Modifier and Type | Method and Description |
---|---|
String |
getTestValue() |
static SetupWizard.SetupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetupWizard.SetupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetupWizard.SetupType STANDARD
public static final SetupWizard.SetupType CUSTOM_SETUP
public static final SetupWizard.SetupType CLUSTER_SETUP
public static final SetupWizard.SetupType AWS_CLUSTER
public static final SetupWizard.SetupType STANDALONE_TO_CLUSTER
public static final SetupWizard.SetupType STANDARD_FAILURE
public static final SetupWizard.SetupType GERMAN_LANGUAGE
public static SetupWizard.SetupType[] values()
for (SetupWizard.SetupType c : SetupWizard.SetupType.values()) System.out.println(c);
public static SetupWizard.SetupType 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 getTestValue()
Copyright © 2003–2017 Atlassian. All rights reserved.