public static enum CSVImportLog.Status extends Enum<CSVImportLog.Status>
| Modifier and Type | Method and Description | 
|---|---|
static CSVImportLog.Status | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CSVImportLog.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CSVImportLog.Status SUCCESS
public static final CSVImportLog.Status SKIPPED
public static final CSVImportLog.Status ERROR
public static CSVImportLog.Status[] values()
for (CSVImportLog.Status c : CSVImportLog.Status.values()) System.out.println(c);
public static CSVImportLog.Status 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 © 2019 Nuxeo. All rights reserved.