public static enum BulkChangeWizard.WizardState extends Enum<BulkChangeWizard.WizardState>
Enum Constant and Description |
---|
CHOOSE_OPERATION |
CHOOSE_TARGET_CONTEXTS |
COMPLETE |
CONFIRMATION |
SELECT_ISSUES |
SET_FIELDS |
Modifier and Type | Method and Description |
---|---|
String |
getLinkText() |
int |
getStage() |
static BulkChangeWizard.WizardState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkChangeWizard.WizardState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EnumSet<BulkChangeWizard.WizardState> |
valuesWithLinks() |
public static final BulkChangeWizard.WizardState SELECT_ISSUES
public static final BulkChangeWizard.WizardState CHOOSE_OPERATION
public static final BulkChangeWizard.WizardState CHOOSE_TARGET_CONTEXTS
public static final BulkChangeWizard.WizardState SET_FIELDS
public static final BulkChangeWizard.WizardState CONFIRMATION
public static final BulkChangeWizard.WizardState COMPLETE
public static BulkChangeWizard.WizardState[] values()
for (BulkChangeWizard.WizardState c : BulkChangeWizard.WizardState.values()) System.out.println(c);
public static BulkChangeWizard.WizardState 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 EnumSet<BulkChangeWizard.WizardState> valuesWithLinks()
public int getStage()
public String getLinkText()
Copyright © 2002-2019 Atlassian. All Rights Reserved.