package de.glossmaker.bib.datastructure;
/**
*
* @author Markus Flingelli
*/
public enum EBookType {
AUTHOR, EDITOR;
}