blob: 4d2d28fdb753131243018b938c1f31c35ee9f184 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2018 IBM Corporation, Zeligsoft Inc., 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
* Zeligsoft - Bug 256040
*******************************************************************************/
package org.eclipse.ocl.ecore;
import org.eclipse.emf.ecore.EClassifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Numeric Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.ecore.EcorePackage#getNumericLiteralExp()
* @model abstract="true"
* @generated
*/
public interface NumericLiteralExp
extends PrimitiveLiteralExp,
org.eclipse.ocl.expressions.NumericLiteralExp<EClassifier> {
} // NumericLiteralExp