public enum EndNoteType extends Enum<EndNoteType>
| Modifier and Type | Method and Description |
|---|---|
static EndNoteType |
fromString(String str)
Converts the given string to a EndNoteType
|
String |
toString() |
static EndNoteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndNoteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndNoteType GENERIC
public static final EndNoteType ARTWORK
public static final EndNoteType AUDIOVISUAL_MATERIAL
public static final EndNoteType BILL
public static final EndNoteType BOOK
public static final EndNoteType BOOK_SECTION
public static final EndNoteType CASE
public static final EndNoteType CHART_OR_TABLE
public static final EndNoteType CLASSICAL_WORK
public static final EndNoteType COMPUTER_PROGRAM
public static final EndNoteType CONFERENCE_PAPER
public static final EndNoteType CONFERENCE_PROCEEDINGS
public static final EndNoteType EDITED_BOOK
public static final EndNoteType EQUATION
public static final EndNoteType ELECTRONIC_ARTICLE
public static final EndNoteType ELECTRONIC_BOOK
public static final EndNoteType ELECTRONIC_SOURCE
public static final EndNoteType FIGURE
public static final EndNoteType FILM_OR_BROADCAST
public static final EndNoteType GOVERNMENT_DOCUMENT
public static final EndNoteType HEARING
public static final EndNoteType JOURNAL_ARTICLE
public static final EndNoteType LEGAL_RULE_REGULATION
public static final EndNoteType MAGAZINE_ARTICLE
public static final EndNoteType MANUSCRIPT
public static final EndNoteType MAP
public static final EndNoteType NEWSPAPER_ARTICLE
public static final EndNoteType ONLINE_DATABASE
public static final EndNoteType ONLINE_MULTIMEDIA
public static final EndNoteType PATENT
public static final EndNoteType PERSONAL_COMMUNICATION
public static final EndNoteType REPORT
public static final EndNoteType STATUTE
public static final EndNoteType THESIS
public static final EndNoteType UNPUBLISHED_WORK
public static final EndNoteType UNUSED_1
public static final EndNoteType UNUSED_2
public static final EndNoteType UNUSED_3
public static EndNoteType[] values()
for (EndNoteType c : EndNoteType.values()) System.out.println(c);
public static EndNoteType 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<EndNoteType>public static EndNoteType fromString(String str)
str - the string