Uses of Enum Class
writer2latex.office.BibMark.EntryType
Packages that use BibMark.EntryType
-
Uses of BibMark.EntryType in writer2latex.bibtex
Methods in writer2latex.bibtex that return BibMark.EntryTypeModifier and TypeMethodDescriptionstatic final BibMark.EntryTypeBibTeXEntryMap.getEntryType(String sFieldName) Return entry type corresponding to a BibTeX fieldMethods in writer2latex.bibtex with parameters of type BibMark.EntryTypeModifier and TypeMethodDescriptionstatic final StringBibTeXEntryMap.getFieldName(BibMark.EntryType entryType) Return BibTeX field name corresponding to and entry type -
Uses of BibMark.EntryType in writer2latex.office
Methods in writer2latex.office that return BibMark.EntryTypeModifier and TypeMethodDescriptionstatic BibMark.EntryTypeReturns the enum constant of this class with the specified name.static BibMark.EntryType[]BibMark.EntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in writer2latex.office with parameters of type BibMark.EntryTypeModifier and TypeMethodDescriptionBibMark.getField(BibMark.EntryType entryType) Return a specific field.voidBibMark.setField(BibMark.EntryType entryType, String sValue) Set a specific field.