Project

General

Profile

Download (355 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2008 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
*/
6

    
7
package eu.etaxonomy.cdm.io.common;
8

    
9

    
10
/**
11
 * 
12
 * @author a.babadshanjan
13
 * @created 17.11.2008
14
 */
15
public interface ICdmExport<CONFIG extends IExportConfigurator, STATE extends ExportStateBase> extends ICdmIO<STATE>{
16

    
17

    
18
	
19
	
20
	
21
}
(18-18/48)