Project

General

Profile

Download (694 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2009 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
package eu.etaxonomy.cdm.database.update;
10

    
11
/**
12
 * Interface which represents a CDM terms update step. See {@link CdmUpdater}
13
 * for further documentation or implementing classes for examples.
14
 * 
15
 * @see CdmUpdater
16
 * @see ITermUpdater
17
 * @see ISchemaUpdaterStep
18
 * @see ISchemaUpdater
19
 * 
20
 * @author a.mueller
21
 * @date 24.11.2010
22
 *
23
 */
24
public interface ITermUpdaterStep extends ISchemaUpdaterStep{
25
	
26
}
(14-14/36)