Package writer2latex.office
Class BibMark
- java.lang.Object
-
- writer2latex.office.BibMark
-
public final class BibMark extends java.lang.ObjectThis class represents a single bibliography-mark.
-
-
Field Summary
Fields Modifier and Type Field Description static intADDRESSstatic intANNOTEstatic intAUTHORstatic intBOOKTITLEstatic intCHAPTERstatic intCUSTOM1static intCUSTOM2static intCUSTOM3static intCUSTOM4static intCUSTOM5static intEDITIONstatic intEDITORstatic intFIELD_COUNTstatic intHOWPUBLISHEDstatic intINSTITUTIONstatic intISBNstatic intJOURNALstatic intMONTHstatic intNOTEstatic intNUMBERstatic intORGANIZATIONSstatic intPAGESstatic intPUBLISHERstatic intREPORT_TYPEstatic intSCHOOLstatic intSERIESstatic intTITLEstatic intURLstatic intVOLUMEstatic intYEAR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntryType()Get the entry type.java.lang.StringgetField(int nField)Return a specific field.java.lang.StringgetIdentifier()Get the identifier.voidsetField(int nField, java.lang.String sValue)Set a specific field.
-
-
-
Field Detail
-
ADDRESS
public static final int ADDRESS
- See Also:
- Constant Field Values
-
ANNOTE
public static final int ANNOTE
- See Also:
- Constant Field Values
-
AUTHOR
public static final int AUTHOR
- See Also:
- Constant Field Values
-
BOOKTITLE
public static final int BOOKTITLE
- See Also:
- Constant Field Values
-
CHAPTER
public static final int CHAPTER
- See Also:
- Constant Field Values
-
EDITION
public static final int EDITION
- See Also:
- Constant Field Values
-
EDITOR
public static final int EDITOR
- See Also:
- Constant Field Values
-
HOWPUBLISHED
public static final int HOWPUBLISHED
- See Also:
- Constant Field Values
-
INSTITUTION
public static final int INSTITUTION
- See Also:
- Constant Field Values
-
JOURNAL
public static final int JOURNAL
- See Also:
- Constant Field Values
-
MONTH
public static final int MONTH
- See Also:
- Constant Field Values
-
NOTE
public static final int NOTE
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
ORGANIZATIONS
public static final int ORGANIZATIONS
- See Also:
- Constant Field Values
-
PAGES
public static final int PAGES
- See Also:
- Constant Field Values
-
PUBLISHER
public static final int PUBLISHER
- See Also:
- Constant Field Values
-
SCHOOL
public static final int SCHOOL
- See Also:
- Constant Field Values
-
SERIES
public static final int SERIES
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
REPORT_TYPE
public static final int REPORT_TYPE
- See Also:
- Constant Field Values
-
VOLUME
public static final int VOLUME
- See Also:
- Constant Field Values
-
YEAR
public static final int YEAR
- See Also:
- Constant Field Values
-
URL
public static final int URL
- See Also:
- Constant Field Values
-
CUSTOM1
public static final int CUSTOM1
- See Also:
- Constant Field Values
-
CUSTOM2
public static final int CUSTOM2
- See Also:
- Constant Field Values
-
CUSTOM3
public static final int CUSTOM3
- See Also:
- Constant Field Values
-
CUSTOM4
public static final int CUSTOM4
- See Also:
- Constant Field Values
-
CUSTOM5
public static final int CUSTOM5
- See Also:
- Constant Field Values
-
ISBN
public static final int ISBN
- See Also:
- Constant Field Values
-
FIELD_COUNT
public static final int FIELD_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Get the identifier.
-
getEntryType
public java.lang.String getEntryType()
Get the entry type.
-
setField
public void setField(int nField, java.lang.String sValue)Set a specific field.
-
getField
public java.lang.String getField(int nField)
Return a specific field.
-
-