Project

General

Profile

« Previous | Next » 

Revision 68f70701

Added by Anahit Babadshanjan almost 16 years ago

Normalized Distribution/NamedArea (used in Palmae exemplar group data)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/TextFormat.java
17 17

  
18 18
import org.apache.log4j.Logger;
19 19
import javax.persistence.*;
20
import javax.xml.bind.annotation.XmlAccessType;
21
import javax.xml.bind.annotation.XmlAccessorType;
22
import javax.xml.bind.annotation.XmlRootElement;
23
import javax.xml.bind.annotation.XmlType;
20 24

  
21 25
/**
22 26
 * The class representing kinds of formats used for structuring text
......
26 30
 * @version 1.0
27 31
 * @created 08-Nov-2007 13:06:59
28 32
 */
33
@XmlAccessorType(XmlAccessType.FIELD)
34
@XmlType(name = "TextFormat")
35
@XmlRootElement(name = "TextFormat")
29 36
@Entity
30 37
public class TextFormat extends DefinedTermBase {
31 38
	static Logger logger = Logger.getLogger(TextFormat.class);

Also available in: Unified diff