public static enum AssetAction.ErrorMode extends java.lang.Enum<AssetAction.ErrorMode>
Enum Constant and Description |
---|
FAIL
Fail the entire asset action if an asset cannot be converted with this asset action.
|
SKIP
Skip an asset if it cannot be converted with this asset action.
|
Modifier and Type | Method and Description |
---|---|
static AssetAction.ErrorMode |
find(int id) |
static AssetAction.ErrorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssetAction.ErrorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetAction.ErrorMode FAIL
public static final AssetAction.ErrorMode SKIP
public static AssetAction.ErrorMode[] values()
for (AssetAction.ErrorMode c : AssetAction.ErrorMode.values()) System.out.println(c);
public static AssetAction.ErrorMode 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 nullpublic static AssetAction.ErrorMode find(int id)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.