public static enum CitationAnchor.OptionKey extends Enum<CitationAnchor.OptionKey>
| Enum Constant and Description |
|---|
CALLOUTS |
CLEAN_LABELS |
DOTS |
EXCLUDE |
FILEPATH |
INCLUDE |
LINE_TRIM |
LTRIM |
PRETTY |
READ_TITLE |
READER |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static CitationAnchor.OptionKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CitationAnchor.OptionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CitationAnchor.OptionKey READ_TITLE
public static final CitationAnchor.OptionKey INCLUDE
public static final CitationAnchor.OptionKey EXCLUDE
public static final CitationAnchor.OptionKey CLEAN_LABELS
public static final CitationAnchor.OptionKey LINE_TRIM
public static final CitationAnchor.OptionKey LTRIM
public static final CitationAnchor.OptionKey DOTS
public static final CitationAnchor.OptionKey FILEPATH
public static final CitationAnchor.OptionKey READER
public static final CitationAnchor.OptionKey PRETTY
public static final CitationAnchor.OptionKey CALLOUTS
public static CitationAnchor.OptionKey[] values()
for (CitationAnchor.OptionKey c : CitationAnchor.OptionKey.values()) System.out.println(c);
public static CitationAnchor.OptionKey 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 getKey()
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.