public static enum ContentFragmentImport.ReportColumns extends Enum<ContentFragmentImport.ReportColumns>
| Enum Constant and Description |
|---|
ACTION |
COUNT |
DESCRIPTION |
ITEM |
| Modifier and Type | Method and Description |
|---|---|
static ContentFragmentImport.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentFragmentImport.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentFragmentImport.ReportColumns ITEM
public static final ContentFragmentImport.ReportColumns ACTION
public static final ContentFragmentImport.ReportColumns DESCRIPTION
public static final ContentFragmentImport.ReportColumns COUNT
public static ContentFragmentImport.ReportColumns[] values()
for (ContentFragmentImport.ReportColumns c : ContentFragmentImport.ReportColumns.values()) System.out.println(c);
public static ContentFragmentImport.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.