blob: 71b545979b2d30666843ed981e7af725c6b7bf65 [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
*******************************************************************************/
package org.eclipse.ocl.examples.interpreter.console;
/**
* Enumeration of supported target metamodels.
*
* @author Christian W. Damus (cdamus)
*/
public enum TargetMetamodel {
Ecore,
UML,
}