Project

General

Profile

Download (695 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
* 
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9

    
10
package eu.etaxonomy.cdm.model.common;
11

    
12

    
13
/**
14
 * This interface was merely created to get convenient access to all classes 
15
 * that hold a MultiLanguageString, i.e. currently a Map<Language, LanguageString>. 
16
 * The implementation of the MultiLanguageString construct is about to change in 
17
 * a future version.
18
 * 
19
 * @author n.hoffmann
20
 * @since Dec 2, 2010
21
 * @version 1.0
22
 */
23
public interface IMultiLanguageTextHolder {
24

    
25
	
26
	
27
}
(27-27/79)