Project

General

Profile

« Previous | Next » 

Revision 7b1ac952

Added by Andreas Müller over 12 years ago

Refactoring nameCacheStrategy. Use same method for both caches (tagged + string)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/TagEnum.java
46 46
	 */
47 47
	microreference,
48 48
	/**
49
	 * publication year of a reference
49
	 * Publication year of a reference
50 50
	 */
51 51
	year,
52
	/**
53
	 *  A full taxon name including all name information and nomenclatural 
54
	 *  reference information
55
	 */
56
	fullName,
57
	/**
58
	 *  The nomenclatural status of a name 
59
	 */
60
	nomStatus,
61
	/**
62
	 *  A separator to separate two tags () . 
63
	 *  A separator should include all needed whitespaces. So adding of whitespace 
64
	 *  is not needed if a separator is given.
65
	 */
66
	separator,
67
	/**
68
	 *  The hybrid sign. 
69
	 */
70
	hybridSign,
71
	
72
	
52 73
}

Also available in: Unified diff