blob: 6e41948343a16ae2b4982b95fd0d40b52f086690 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2018 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.m2m.internal.qvt.oml.ocl.metainfo;
public interface OclReflectiveMetainfoConstants {
public static final String METAINFO_IMPORT_CLASS_NAME = "ImportedMetainfos"; //$NON-NLS-1$
public static final String METAMODELS_NAME = "METAMODELS"; //$NON-NLS-1$
public static final String METAINFO_NAME = "Metainfo"; //$NON-NLS-1$
public static final String EXECUTABLE_NAME = "Executable"; //$NON-NLS-1$
}