blob: 36e21bf6d6d2051c8d5317d19bbd338d7b1af64c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 Martin Reiterer.
* 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:
* Martin Reiterer - initial API and implementation
******************************************************************************/
package org.eclipse.babel.tapiji.tools.core.extensions;
public interface IMarkerConstants {
public static final int CAUSE_BROKEN_REFERENCE = 0;
public static final int CAUSE_CONSTANT_LITERAL = 1;
public static final int CAUSE_BROKEN_RB_REFERENCE = 2;
public static final int CAUSE_UNSPEZIFIED_KEY = 3;
public static final int CAUSE_SAME_VALUE = 4;
public static final int CAUSE_MISSING_LANGUAGE = 5;
}