7c224623f913c14c80e9529719b55bf13e355404
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / handler / ChangeConceptRelationshipTypeMenu.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.editor.name.handler;
12
13
14 /**
15 * <p>ChangeConceptRelationshipTypeMenu class.</p>
16 *
17 * @author n.hoffmann
18 * @created 22.04.2009
19 * @version 1.0
20 */
21 public class ChangeConceptRelationshipTypeMenu extends
22 AbstractDynamicConceptRelationMenu {
23
24 public String commandName = "eu.etaxonomy.taxeditor.editor.name.changeConceptRelationshipType";
25
26 /* (non-Javadoc)
27 * @see eu.etaxonomy.taxeditor.editor.handler.AbstractDynamicConceptRelationMenu#getCommandName()
28 */
29 /** {@inheritDoc} */
30 @Override
31 public String getCommandName() {
32 return commandName;
33 }
34
35 }