blob: 8910cae5bfbc437b755430ee1cdeec69de19c593 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2019 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:
* Xavier Le Pallec (for CEA LIST) xlepallec@lilo.org - Bug 558456
*
*****************************************************************************/
package org.eclipse.papyrus.uml.diagram.clazz.lf.classtextualedition.messages;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.uml.diagram.clazz.lf.classtextualedition.messages.messages"; //$NON-NLS-1$
public static String Activator_CannotBeCastedIn;
public static String Activator_InMethod;
public static String Activator_IsNullInMethod;
public static String Activator_Parameter;
public static String GetProperties_0;
public static String JsonUmlClassToEditPart_SetNameCommand_TitleCommand;
public static String JsonUmlClassToEditPart_TextualEditionOf_TitleCommand;
public static String JsonUmlOperationToEditPart_Add_TitleCommand;
public static String JsonUmlOperationToEditPart_Remove_TitleCommand;
public static String JsonUmlOperationToEditPart_Update_TitleCommand;
public static String JsonUmlPropertyToEditPart_Add_TitleCommand;
public static String JsonUmlPropertyToEditPart_Remove_TitleCommand;
public static String JsonUmlPropertyToEditPart_Update_TitleCommand;
public static String ObjectWithFunctions_JsonReadingProblem;
public static String UmlClassResizer_RESIZE;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}