blob: 845f5a33dd549eaa612dcf9fbea0ec2775935112 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2013 CEA LIST.
*
*
* 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:
* Ansgar Radermacher ansgar.radermacher@cea.fr
*
*****************************************************************************/
package org.eclipse.papyrus.designer.transformation.core;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.designer.transformation.core.messages"; //$NON-NLS-1$
public static String BootLoaderGen_CannotRetrieveTemplate;
public static String EnumService_GLOBAL_ENUM_NOT_INITIALIZED;
public static String EnumService_LOCAL_ENUM_UNUSED;
public static String ExecuteChainUtil_M2M_TRAFO_NOT_APPLIED;
public static String GenerateCode_GeneratingCodeForNode;
public static String GenerateCode_GeneratingCode;
public static String GenerateCode_NoProject;
public static String TemplateUtils_InfoCreateBoundPackage;
public static String TemplateUtils_InfoGetActualFrom;
public static String TemplateInstantiation_TemplateIsNull;
public static String TemplateInstantiationListener_TrafoException;
public static String InstantiateDepPlan_ErrorsDuringTransformation;
public static String InstantiateDepPlan_TransformationException;
public static String UpdateUtils_CannotApplyTrafoStereotype;
public static String TextTemplateBinding_TemplateNotFound;
public static String TextTemplateBinding_TemplateResultIsNotAString;
public static String ExecuteTransformation_UNKNOWN_M2M;
public static String ExecuteTransformation_ROOT_EXISTS_TWICE;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}