public static enum DataImporter.ReportColumns extends Enum<DataImporter.ReportColumns>
| Modifier and Type | Method and Description |
|---|---|
static DataImporter.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataImporter.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataImporter.ReportColumns item
public static final DataImporter.ReportColumns action
public static final DataImporter.ReportColumns count
public static DataImporter.ReportColumns[] values()
for (DataImporter.ReportColumns c : DataImporter.ReportColumns.values()) System.out.println(c);
public static DataImporter.ReportColumns 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 © 2013–2020 Adobe. All rights reserved.