Uses of Class
de.glossmaker.bib.datastructure.EBookType

Packages that use EBookType
de.glossmaker.bib.datastructure   
 

Uses of EBookType in de.glossmaker.bib.datastructure
 

Methods in de.glossmaker.bib.datastructure that return EBookType
static EBookType EBookType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EBookType[] EBookType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.glossmaker.bib.datastructure with parameters of type EBookType
Book(String key, EBookType bookType, String author, String title, String publisher, String year)
           
InBook(String key, EBookType bookType, String title, String author, String chapter, String publisher, String pages, String year)
           
 



Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.