Package writer2latex.bibtex
Class BibTeXEntryMap
java.lang.Object
writer2latex.bibtex.BibTeXEntryMap
This class provides static methods to map the the entry types of an ODF
bibliography mark to and from BibTeX field names
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final BibMark.EntryTypegetEntryType(String sFieldName) Return entry type corresponding to a BibTeX fieldstatic final StringgetFieldName(BibMark.EntryType entryType) Return BibTeX field name corresponding to and entry type
-
Constructor Details
-
BibTeXEntryMap
public BibTeXEntryMap()
-
-
Method Details
-
getFieldName
Return BibTeX field name corresponding to and entry type- Parameters:
entryType- the entry type- Returns:
- the BibTeX field name, or null if there is no corresponding BibTeX field
-
getEntryType
Return entry type corresponding to a BibTeX field- Parameters:
sFieldName- the BibTeX field name- Returns:
- the entry type, or null if there is no corresponding entry type
-