blob: 522a0edd74d0c458c156b4ed85652a2450e8e3df [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
package org.eclipse.opencert.sam.arg.arg.diagram.instantiation;
public interface ParameterNames {
public static final String commandID = "org.eclipse.opencert.arg.diagram.contextmenu.command.instantiate";
public static final String itemBody = "org.eclipse.opencert.sam.arg.diagram.instantiante.command.itemBody";
public static final String replacement = "org.eclipse.opencert.sam.arg.diagram.instantiante.command.replacement";
public static final String commandName = "org.eclipse.opencert.sam.arg.diagram.instantiante.command.commandName";
public static final String editorHash = "org.eclipse.opencert.sam.arg.diagram.instantiante.command.editorHash";
}