public static enum ImportWizard.ImportWizardStep extends Enum<ImportWizard.ImportWizardStep>
| Enum Constant and Description |
|---|
OFFICE_FILE
Office file import wizard step.
|
OFFICE_PASTE
Office paste import wizard step.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportWizard.ImportWizardStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportWizard.ImportWizardStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportWizard.ImportWizardStep OFFICE_FILE
public static final ImportWizard.ImportWizardStep OFFICE_PASTE
public static ImportWizard.ImportWizardStep[] values()
for (ImportWizard.ImportWizardStep c : ImportWizard.ImportWizardStep.values()) System.out.println(c);
public static ImportWizard.ImportWizardStep 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 © 2004–2017 XWiki. All rights reserved.