blob: a6c73f4465f3699eae71f8eab760b9b50ff619fa [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2009-2010 Thales Corporate Services S.A.S.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Thales Corporate Services S.A.S - initial API and implementation
*
* </copyright>
*/
package org.eclipse.egf.pattern.ui.editors.validation;
/**
* @author XiaoRu Chen - Soyatec
*
*/
public interface ValidationConstants {
// Constraints ID
String CONSTRAINTS_PATTERN_NAME_NOT_EMPTY_ID = "org.eclipse.egf.pattern.ui.PatternNameNotEmpty";
String CONSTRAINTS_PATTERN_PARAMETER_NOT_EMPTY_NAME_ID = "org.eclipse.egf.pattern.ui.PatternParameterNameNotEmpty";
String CONSTRAINTS_PATTERN_VARIABLE_NAME_NOT_EMPTY_ID = "org.eclipse.egf.pattern.ui.PatternVariableNameNotEmpty";
}