public static enum BibMark.EntryType extends java.lang.Enum<BibMark.EntryType>
Enum Constant and Description |
---|
address |
annote |
author |
booktitle |
chapter |
custom1 |
custom2 |
custom3 |
custom4 |
custom5 |
edition |
editor |
howpublished |
institution |
isbn |
journal |
month |
note |
number |
organizations |
pages |
publisher |
report_type |
school |
series |
title |
url |
volume |
year |
Modifier and Type | Method and Description |
---|---|
static BibMark.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BibMark.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BibMark.EntryType address
public static final BibMark.EntryType annote
public static final BibMark.EntryType author
public static final BibMark.EntryType booktitle
public static final BibMark.EntryType chapter
public static final BibMark.EntryType edition
public static final BibMark.EntryType editor
public static final BibMark.EntryType howpublished
public static final BibMark.EntryType institution
public static final BibMark.EntryType journal
public static final BibMark.EntryType month
public static final BibMark.EntryType note
public static final BibMark.EntryType number
public static final BibMark.EntryType organizations
public static final BibMark.EntryType pages
public static final BibMark.EntryType publisher
public static final BibMark.EntryType school
public static final BibMark.EntryType series
public static final BibMark.EntryType title
public static final BibMark.EntryType report_type
public static final BibMark.EntryType volume
public static final BibMark.EntryType year
public static final BibMark.EntryType url
public static final BibMark.EntryType custom1
public static final BibMark.EntryType custom2
public static final BibMark.EntryType custom3
public static final BibMark.EntryType custom4
public static final BibMark.EntryType custom5
public static final BibMark.EntryType isbn
public static BibMark.EntryType[] values()
for (BibMark.EntryType c : BibMark.EntryType.values()) System.out.println(c);
public static BibMark.EntryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null