Package de.undercouch.citeproc.output
Class Citation
- java.lang.Object
-
- de.undercouch.citeproc.output.Citation
-
public class Citation extends java.lang.ObjectA generated citation that can be put into the text- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description Citation(int index, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetIndex()java.lang.StringgetText()inthashCode()
-
-
-
Method Detail
-
getIndex
public int getIndex()
- Returns:
- the citation's index
-
getText
public java.lang.String getText()
- Returns:
- the citation's text
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-