public enum EWizardStepCSVImport extends Enum<EWizardStepCSVImport>
Enum
for wizard steps during CSV importEnum Constant and Description |
---|
IMPORT_CHANGE |
IMPORT_NEW |
SELECT_FORMAT |
Modifier and Type | Method and Description |
---|---|
EWizardStepCSVImport |
getNext() |
EWizardStepCSVImport |
getPrevious() |
boolean |
hasNext() |
boolean |
hasPrevious() |
static EWizardStepCSVImport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWizardStepCSVImport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWizardStepCSVImport SELECT_FORMAT
public static final EWizardStepCSVImport IMPORT_CHANGE
public static final EWizardStepCSVImport IMPORT_NEW
public static EWizardStepCSVImport[] values()
for (EWizardStepCSVImport c : EWizardStepCSVImport.values()) System.out.println(c);
public static EWizardStepCSVImport 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 EWizardStepCSVImport getPrevious()
public EWizardStepCSVImport getNext()
public boolean hasPrevious()
public boolean hasNext()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.