public enum ToCPolicy extends Enum<ToCPolicy> implements FriendlyNamed
| Enum Constant and Description |
|---|
DOC_TITLES |
FILE_NAMES |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static ToCPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToCPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToCPolicy NONE
public static final ToCPolicy FILE_NAMES
public static final ToCPolicy DOC_TITLES
public static ToCPolicy[] values()
for (ToCPolicy c : ToCPolicy.values()) System.out.println(c);
public static ToCPolicy 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.