public static enum DeleteDamAssetProcess.Arguments extends java.lang.Enum<DeleteDamAssetProcess.Arguments>
Enum Constant and Description |
---|
DESTINATION_ROOT |
PROCESS_ARGS |
SOURCE_ROOT |
Modifier and Type | Method and Description |
---|---|
static DeleteDamAssetProcess.Arguments |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved