public static enum CreateWebEnabledImageProcess.Arguments extends java.lang.Enum<CreateWebEnabledImageProcess.Arguments>
Enum Constant and Description |
---|
DIMENSION |
HEIGHT |
KEEP_FORMAT_LIST |
MIME_TYPE |
PROCESS_ARGS |
QUALITY |
SKIP |
WIDTH |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
legacyName |
Modifier and Type | Method and Description |
---|---|
static CreateWebEnabledImageProcess.Arguments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateWebEnabledImageProcess.Arguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateWebEnabledImageProcess.Arguments PROCESS_ARGS
public static final CreateWebEnabledImageProcess.Arguments DIMENSION
public static final CreateWebEnabledImageProcess.Arguments WIDTH
public static final CreateWebEnabledImageProcess.Arguments HEIGHT
public static final CreateWebEnabledImageProcess.Arguments QUALITY
public static final CreateWebEnabledImageProcess.Arguments MIME_TYPE
public static final CreateWebEnabledImageProcess.Arguments KEEP_FORMAT_LIST
public static final CreateWebEnabledImageProcess.Arguments SKIP
public static CreateWebEnabledImageProcess.Arguments[] values()
for (CreateWebEnabledImageProcess.Arguments c : CreateWebEnabledImageProcess.Arguments.values()) System.out.println(c);
public static CreateWebEnabledImageProcess.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"