public enum EProjectImportStep extends Enum<EProjectImportStep>
| Enum Constant and Description | 
|---|
DEPENDENCIES  | 
FORM_VERSION
Deprecated.  
 | 
PROJECT  | 
STATE_MAPPING  | 
SUMMARY  | 
| Modifier and Type | Method and Description | 
|---|---|
static EProjectImportStep | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EProjectImportStep[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EProjectImportStep PROJECT
@Deprecated public static final EProjectImportStep FORM_VERSION
public static final EProjectImportStep STATE_MAPPING
public static final EProjectImportStep DEPENDENCIES
public static final EProjectImportStep SUMMARY
public static EProjectImportStep[] values()
for (EProjectImportStep c : EProjectImportStep.values()) System.out.println(c);
public static EProjectImportStep 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 © 2020 XIMA MEDIA GmbH. All rights reserved.