Project

General

Profile

« Previous | Next » 

Revision 5fea4b1e

Added by Marc Geoffroy over 15 years ago

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/BibtexEntryType.java
21 21
 * (like "article" or "book").
22 22
 * <P>
23 23
 * A standard set of BibTeX entry type instances
24
 * (see "http://en.wikipedia.org/wiki/BibTeX") will be automatically created
25
 * as the project starts. But this class allows to extend this standard set
24
 * (see <a href="http://en.wikipedia.org/wiki/BibTeX">BibTeX</a>)
25
 * will be automatically created as the project starts.
26
 * But this class allows to extend this standard set
26 27
 * by creating new instances of additional BibTeX entry types if needed. 
27 28
 * 
28 29
 * @author m.doering
......
46 47

  
47 48
	/** 
48 49
	 * Class constructor: creates an additional BibTeX entry type instance with
49
	 * a description (in the {@link common.Language#DEFAULT() default language}), a label and a label abbreviation.
50
	 * a description (in the {@link eu.etaxonomy.cdm.model.common.Language#DEFAULT() default language}), a label and a label abbreviation.
50 51
	 * 
51 52
	 * @param	term  		 the string (in the default language) describing the
52 53
	 * 						 new BibTeX entry type to be created 
......
74 75

  
75 76
	/** 
76 77
	 * Creates an additional BibTeX entry type instance with
77
	 * a description (in the {@link common.Language#DEFAULT() default language}), a label and a label abbreviation.
78
	 * a description (in the {@link eu.etaxonomy.cdm.model.common.Language#DEFAULT() default language}), a label and a label abbreviation.
78 79
	 * 
79 80
	 * @param	term  		 the string (in the default language) describing the
80 81
	 * 						 new BibTeX entry type to be created 

Also available in: Unified diff