public enum ExistingOutputPolicy extends Enum<ExistingOutputPolicy> implements FriendlyNamed
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static ExistingOutputPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExistingOutputPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExistingOutputPolicy OVERWRITE
public static final ExistingOutputPolicy RENAME
public static final ExistingOutputPolicy SKIP
public static final ExistingOutputPolicy FAIL
public static ExistingOutputPolicy[] values()
for (ExistingOutputPolicy c : ExistingOutputPolicy.values()) System.out.println(c);
public static ExistingOutputPolicy 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 nullpublic String getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2021 sejda. All rights reserved.