public enum EProjectWizard extends Enum<EProjectWizard>
Enum Constant and Description |
---|
COPY |
EXPORT |
IMPORT |
NEW |
TEMPLATE |
UNDEFIND |
Modifier and Type | Method and Description |
---|---|
static EProjectWizard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EProjectWizard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EProjectWizard EXPORT
public static final EProjectWizard IMPORT
public static final EProjectWizard NEW
public static final EProjectWizard COPY
public static final EProjectWizard TEMPLATE
public static final EProjectWizard UNDEFIND
public static EProjectWizard[] values()
for (EProjectWizard c : EProjectWizard.values()) System.out.println(c);
public static EProjectWizard 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 © 2021 XIMA MEDIA GmbH. All rights reserved.