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