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