blob: 713eed2ce5de6be67714e942bb533a1a2fc80452 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 Borland Software Corporation
*
* 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
*******************************************************************************/
package org.eclipse.m2m.internal.qvt.oml.common.project;
public interface IRegistryConstants {
public static final String TRANSFORMATION = "transformation"; //$NON-NLS-1$
public static final String ID = "id"; //$NON-NLS-1$
public static final String INPUT = "input"; //$NON-NLS-1$
public static final String METAMODEL = "metamodel"; //$NON-NLS-1$
public static final String METACLASS = "metaclass"; //$NON-NLS-1$
public static final String DELIM = "/"; //$NON-NLS-1$
public static final String FILE = "file"; //$NON-NLS-1$
}