Merge branch 'release/5.19.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / IBulkEditorConstants.java
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 package eu.etaxonomy.taxeditor.bulkeditor;
10
11 /**
12 * <p>IBulkEditorConstants interface.</p>
13 *
14 * @author p.ciardelli
15 * @created 03.07.2009
16 */
17 public interface IBulkEditorConstants {
18
19 /** Constant <code>TYPE_MERGE_TARGET="merge_target_annotation"</code> */
20 public static final String TYPE_MERGE_TARGET = "merge_target_annotation";
21 /** Constant <code>TYPE_MERGE_CANDIDATE="merge_candidate_annotation"</code> */
22 public static final String TYPE_MERGE_CANDIDATE = "merge_candidate_annotation";
23
24 /** Constant <code>INPUT_TYPE_PARAMETER_ID="taxeditor-bulkeditor.commandParameter.i"{trunked}</code> */
25 public static final String INPUT_TYPE_PARAMETER_ID = "taxeditor-bulkeditor.commandParameter.inputType";
26 /** Constant <code>DYNAMIC_OPEN_MENU_ID="taxeditor-bulkeditor.dynamicopenmenu"</code> */
27 public static final String DYNAMIC_OPEN_MENU_ID = "taxeditor-bulkeditor.dynamicopenmenu";
28 /** Constant <code>DYNAMIC_OPEN_OBJECT_ID="taxeditor-bulkeditor.dynamicnewobjectco"{trunked}</code> */
29 public static final String DYNAMIC_OPEN_OBJECT_ID = "taxeditor-bulkeditor.dynamicnewobjectcommand";
30 /** Constant <code>DYNAMIC_DELETE_OBJECT_ID="taxeditor-bulkeditor.dynamicdeleteobjec"{trunked}</code> */
31 public static final String DYNAMIC_DELETE_OBJECT_ID = "taxeditor-bulkeditor.dynamicdeleteobjectcommand";
32 }