blob: 1d8b3be94d2cea736321603806e38a380abd46a8 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2019 CEA LIST, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.interoperability.sysml16.sysml14.utils;
/**
* This allows to declare the needed constants for the SysML interoperability.
*/
public class SysMLMigrationConstantsUtils {
/**
* The eAnnotation source string.
*/
public static final String VERSIONING_EANNOTATION_SOURCE = "Imported_From_SysML_1.4"; //$NON-NLS-1$
/**
* The key of the eAnnotation for the source project.
*/
public static final String VERSIONING_EANNOTATION_DETAIL_KEY_PAPYRUS_SOURCE_PROJECT_NAME = "Papyrus_Source_Model_Name"; //$NON-NLS-1$
/**
* The key of the eAnnotatio for the migration date.
*/
public static final String VERSIONING_EANNOTATION_DETAIL_KEY_PAPYRUS_MIGRATION_DATE = "Papyrus_SysML_Migration_Date"; //$NON-NLS-1$
/**
* The key of the eAnnotatio for the bundle version.
*/
public static final String VERSIONING_EANNOTATION_DETAIL_KEY_PAPYRUS_MIGRATION_BUNDLE_VERSION = "Papyrus_SysML_Migration_Bundle_Version"; //$NON-NLS-1$
}