blob: 3406dcfc99ae43d0ff629638dbe1a62d6e720ef5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2014 Borland Software Corporation and others.
*
* 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:
* Borland Software Corporation - initial API and implementation
* Alex Paperno - bugs 420970
*******************************************************************************/
package org.eclipse.m2m.internal.qvt.oml.evaluator;
import org.eclipse.m2m.internal.qvt.oml.NLS;
public class EvaluationMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.m2m.internal.qvt.oml.evaluator.messages";//$NON-NLS-1$
private EvaluationMessages() {
}
public static String AssertFailedMessage;
public static String ExtendedOclEvaluatorVisitorImpl_InvalidObjectExpType;
public static String ExtendedOclEvaluatorVisitorImpl_ModuleNotExecutable;
public static String ExtendedOclEvaluatorVisitorImpl_ReadOnlyInputModel;
public static String FatalAssertionFailed;
public static String QvtOperationalEvaluationVisitorImpl_invalidConfigPropertyValue;
public static String QvtOperationalEvaluationVisitorImpl_UndefModelParamInTransf;
public static String QvtOperationalEvaluationVisitorImpl_unexpectedRuntimeExc;
public static String TerminatingExecution;
public static String UknownSourceLabel;
public static String MappingPreconditionFailed;
public static String MappingPostconditionFailed;
public static String ModelTypeConstraintFailed;
public static String NoBlackboxOperationFound;
public static String AmbiguousBlackboxOperationFound;
public static String BlackboxMappingFailedToAssignResult;
public static String IteratorNotImpl;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, EvaluationMessages.class);
}
}