performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / IBulkEditorConstants.java
1 // $Id$
2 /**
3 * Copyright (C) 2007 EDIT
4 * European Distributed Institute of Taxonomy
5 * http://www.e-taxonomy.eu
6 *
7 * The contents of this file are subject to the Mozilla Public License Version 1.1
8 * See LICENSE.TXT at the top of this package for the full license terms.
9 */
10
11 package eu.etaxonomy.taxeditor.bulkeditor;
12
13
14 /**
15 * <p>IBulkEditorConstants interface.</p>
16 *
17 * @author p.ciardelli
18 * @created 03.07.2009
19 * @version 1.0
20 */
21 public interface IBulkEditorConstants {
22 /** Constant <code>TYPE_MERGE_TARGET="merge_target_annotation"</code> */
23 public static final String TYPE_MERGE_TARGET = "merge_target_annotation";
24 /** Constant <code>TYPE_MERGE_CANDIDATE="merge_candidate_annotation"</code> */
25 public static final String TYPE_MERGE_CANDIDATE = "merge_candidate_annotation";
26
27 /** Constant <code>INPUT_TYPE_PARAMETER_ID="taxeditor-bulkeditor.commandParameter.i"{trunked}</code> */
28 public static final String INPUT_TYPE_PARAMETER_ID = "taxeditor-bulkeditor.commandParameter.inputType";
29 /** Constant <code>DYNAMIC_OPEN_MENU_ID="taxeditor-bulkeditor.dynamicopenmenu"</code> */
30 public static final String DYNAMIC_OPEN_MENU_ID = "taxeditor-bulkeditor.dynamicopenmenu";
31 /** Constant <code>DYNAMIC_OPEN_OBJECT_ID="taxeditor-bulkeditor.dynamicnewobjectco"{trunked}</code> */
32 public static final String DYNAMIC_OPEN_OBJECT_ID = "taxeditor-bulkeditor.dynamicnewobjectcommand";
33 /** Constant <code>DYNAMIC_DELETE_OBJECT_ID="taxeditor-bulkeditor.dynamicdeleteobjec"{trunked}</code> */
34 public static final String DYNAMIC_DELETE_OBJECT_ID = "taxeditor-bulkeditor.dynamicdeleteobjectcommand";
35 }