Package de.undercouch.citeproc.endnote
Class EndNoteLibrary
- java.lang.Object
-
- de.undercouch.citeproc.endnote.EndNoteLibrary
-
public class EndNoteLibrary extends java.lang.ObjectA container for EndNote references- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description EndNoteLibrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReference(EndNoteReference reference)Adds a reference to this libraryjava.util.List<EndNoteReference>getReferences()
-
-
-
Method Detail
-
addReference
public void addReference(EndNoteReference reference)
Adds a reference to this library- Parameters:
reference- the reference to add
-
getReferences
public java.util.List<EndNoteReference> getReferences()
- Returns:
- an unmodifiable list of references in this library
-
-