blob: 1f91eb341ec3b0f66964d51fa0e206c8d47e3f87 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2014, 2017 CEA LIST.
*
*
* 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:
* Patrick Tessier (CEA LIST) patrick.tessier@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.revision.tool.core;
/**
* This interface store constant about names of stereotypes and properties of the stashChangeProfile
*
*/
public interface I_StashChangesStereotype {
/** Qualified name of the stereotype StashChanges */
public static final String STASHCHANGES_STEREOTYPE = "Changes::StashChanges";
/** name of property base_Package of the stereotype StashChanges */
public static final String STASHCHANGES_BASE_PACKAGE_ATT = "base_Package";
}