blob: 7d71d0bac380c6b68685783374cdfd4d87cb0166 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007,2018 IBM 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:
* IBM - Initial API and implementation
* E.D.Willink - rework of LPG OCL Console for Xtext
*******************************************************************************/
package org.eclipse.ocl.examples.xtext.console;
/**
* Enumeration of supported target metamodels.
*
* @deprecated nolonger in use
*/
@Deprecated
public enum TargetMetamodel {
Ecore,
UML,
}