Project

General

Profile

Download (1.55 KB) 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.taxeditor.bulkeditor;
11

    
12

    
13
/**
14
 * <p>IBulkEditorConstants interface.</p>
15
 *
16
 * @author p.ciardelli
17
 * @created 03.07.2009
18
 * @version 1.0
19
 */
20
public interface IBulkEditorConstants {
21
	/** Constant <code>TYPE_MERGE_TARGET="merge_target_annotation"</code> */
22
	public static final String TYPE_MERGE_TARGET = "merge_target_annotation";
23
	/** Constant <code>TYPE_MERGE_CANDIDATE="merge_candidate_annotation"</code> */
24
	public static final String TYPE_MERGE_CANDIDATE = "merge_candidate_annotation";
25
	
26
	/** Constant <code>INPUT_TYPE_PARAMETER_ID="taxeditor-bulkeditor.commandParameter.i"{trunked}</code> */
27
	public static final String INPUT_TYPE_PARAMETER_ID = "taxeditor-bulkeditor.commandParameter.inputType";
28
	/** Constant <code>DYNAMIC_OPEN_MENU_ID="taxeditor-bulkeditor.dynamicopenmenu"</code> */
29
	public static final String DYNAMIC_OPEN_MENU_ID = "taxeditor-bulkeditor.dynamicopenmenu";
30
	/** Constant <code>DYNAMIC_OPEN_OBJECT_ID="taxeditor-bulkeditor.dynamicnewobjectco"{trunked}</code> */
31
	public static final String DYNAMIC_OPEN_OBJECT_ID = "taxeditor-bulkeditor.dynamicnewobjectcommand";
32
	/** Constant <code>DYNAMIC_DELETE_OBJECT_ID="taxeditor-bulkeditor.dynamicdeleteobjec"{trunked}</code> */
33
	public static final String DYNAMIC_DELETE_OBJECT_ID = "taxeditor-bulkeditor.dynamicdeleteobjectcommand";
34
}
(9-9/10)