public static enum StandardExportParams.Wide extends Enum<StandardExportParams.Wide>
| Modifier and Type | Method and Description |
|---|---|
static StandardExportParams.Wide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardExportParams.Wide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardExportParams.Wide standard
public static final StandardExportParams.Wide wide
public static final StandardExportParams.Wide ultra
public static StandardExportParams.Wide[] values()
for (StandardExportParams.Wide c : StandardExportParams.Wide.values()) System.out.println(c);
public static StandardExportParams.Wide 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 nullCopyright © 2020. All rights reserved.