Package de.undercouch.citeproc.output
Class Bibliography
- java.lang.Object
-
- de.undercouch.citeproc.output.Bibliography
-
public class Bibliography extends java.lang.ObjectA generated bibliography consisting of bibliography entries and some formatting parameters- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description Bibliography(java.lang.String... entries)Bibliography(java.lang.String[] entries, java.lang.String bibStart, java.lang.String bibEnd, java.lang.String[] entryIds, java.lang.Integer maxOffset, java.lang.Integer entrySpacing, java.lang.Integer lineSpacing, java.lang.Boolean hangingIndent, java.lang.Boolean done, SecondFieldAlign secondFieldAlign)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetBibEnd()java.lang.StringgetBibStart()java.lang.BooleangetDone()java.lang.String[]getEntries()java.lang.String[]getEntryIds()java.lang.IntegergetEntrySpacing()java.lang.BooleangetHangingIndent()java.lang.IntegergetLineSpacing()java.lang.IntegergetMaxOffset()SecondFieldAligngetSecondFieldAlign()inthashCode()java.lang.StringmakeString()Converts this bibliography to a String that can be inserted into the text
-
-
-
Constructor Detail
-
Bibliography
public Bibliography(java.lang.String... entries)
-
Bibliography
public Bibliography(java.lang.String[] entries, java.lang.String bibStart, java.lang.String bibEnd, java.lang.String[] entryIds, java.lang.Integer maxOffset, java.lang.Integer entrySpacing, java.lang.Integer lineSpacing, java.lang.Boolean hangingIndent, java.lang.Boolean done, SecondFieldAlign secondFieldAlign)
-
-
Method Detail
-
getEntries
public java.lang.String[] getEntries()
- Returns:
- the bibliography's entries
-
getBibStart
public java.lang.String getBibStart()
- Returns:
- the bibliography's bibstart
-
getBibEnd
public java.lang.String getBibEnd()
- Returns:
- the bibliography's bibend
-
getEntryIds
public java.lang.String[] getEntryIds()
- Returns:
- the bibliography's entry_ids
-
getMaxOffset
public java.lang.Integer getMaxOffset()
- Returns:
- the bibliography's maxoffset
-
getEntrySpacing
public java.lang.Integer getEntrySpacing()
- Returns:
- the bibliography's entryspacing
-
getLineSpacing
public java.lang.Integer getLineSpacing()
- Returns:
- the bibliography's linespacing
-
getHangingIndent
public java.lang.Boolean getHangingIndent()
- Returns:
- the bibliography's hangingindent
-
getDone
public java.lang.Boolean getDone()
- Returns:
- the bibliography's done
-
getSecondFieldAlign
public SecondFieldAlign getSecondFieldAlign()
- Returns:
- the bibliography's second-field-align
-
makeString
public java.lang.String makeString()
Converts this bibliography to a String that can be inserted into the text- Returns:
- the String representing the bibliography
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-