public class BibTeXEntryMap
extends java.lang.Object
| Constructor and Description |
|---|
BibTeXEntryMap() |
| Modifier and Type | Method and Description |
|---|---|
static BibMark.EntryType |
getEntryType(java.lang.String sFieldName)
Return entry type corresponding to a BibTeX field
|
static java.lang.String |
getFieldName(BibMark.EntryType entryType)
Return BibTeX field name corresponding to and entry type
|
public static final java.lang.String getFieldName(BibMark.EntryType entryType)
entryType - the entry typepublic static final BibMark.EntryType getEntryType(java.lang.String sFieldName)
sFieldName - the BibTeX field name