public static enum BulkChangeWizard.BulkOperationsImpl extends Enum<BulkChangeWizard.BulkOperationsImpl> implements BulkChangeWizard.BulkOperations
| Enum Constant and Description | 
|---|
ARCHIVE  | 
DELETE  | 
EDIT  | 
MOVE  | 
TRANSITION  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getRadioValue()  | 
static BulkChangeWizard.BulkOperationsImpl | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BulkChangeWizard.BulkOperationsImpl[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BulkChangeWizard.BulkOperationsImpl MOVE
public static final BulkChangeWizard.BulkOperationsImpl EDIT
public static final BulkChangeWizard.BulkOperationsImpl TRANSITION
public static final BulkChangeWizard.BulkOperationsImpl ARCHIVE
public static final BulkChangeWizard.BulkOperationsImpl DELETE
public static BulkChangeWizard.BulkOperationsImpl[] values()
for (BulkChangeWizard.BulkOperationsImpl c : BulkChangeWizard.BulkOperationsImpl.values()) System.out.println(c);
public static BulkChangeWizard.BulkOperationsImpl 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 getRadioValue()
getRadioValue in interface BulkChangeWizard.BulkOperationsCopyright © 2002-2021 Atlassian. All Rights Reserved.