public static enum DeleteDamAssetProcess.Arguments extends Enum<DeleteDamAssetProcess.Arguments>
| Enum Constant and Description |
|---|
DESTINATION_ROOT |
PROCESS_ARGS |
SOURCE_ROOT |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDamAssetProcess.Arguments |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteDamAssetProcess.Arguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteDamAssetProcess.Arguments PROCESS_ARGS
public static final DeleteDamAssetProcess.Arguments SOURCE_ROOT
public static final DeleteDamAssetProcess.Arguments DESTINATION_ROOT
public static DeleteDamAssetProcess.Arguments[] values()
for (DeleteDamAssetProcess.Arguments c : DeleteDamAssetProcess.Arguments.values()) System.out.println(c);
public static DeleteDamAssetProcess.Arguments 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 null"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"