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