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