public static enum BulkChangeWizard.InputTypes extends Enum<BulkChangeWizard.InputTypes>
Modifier and Type | Method and Description |
---|---|
static BulkChangeWizard.InputTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkChangeWizard.InputTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkChangeWizard.InputTypes TEXT
public static final BulkChangeWizard.InputTypes SELECT
public static BulkChangeWizard.InputTypes[] values()
for (BulkChangeWizard.InputTypes c : BulkChangeWizard.InputTypes.values()) System.out.println(c);
public static BulkChangeWizard.InputTypes 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 nullCopyright © 2002-2021 Atlassian. All Rights Reserved.