public enum SelectionMode extends Enum<SelectionMode>
CSL.makeBibliography(SelectionMode, de.undercouch.citeproc.csl.CSLItemData[])
.| Modifier and Type | Method and Description |
|---|---|
static SelectionMode |
fromString(String str)
Converts the given string to a SelectionMode
|
String |
toString() |
static SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionMode SELECT
public static final SelectionMode INCLUDE
public static final SelectionMode EXCLUDE
public static SelectionMode[] values()
for (SelectionMode c : SelectionMode.values()) System.out.println(c);
public static SelectionMode 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 toString()
toString in class Enum<SelectionMode>public static SelectionMode fromString(String str)
str - the string