org.eclipse.ocl.expressions.impl.NumericLiteralExpImpl Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2006, 2008 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
* Zeligsoft - Bug 207365
*
*
*
* $Id: NumericLiteralExpImpl.java,v 1.4 2008/10/12 01:09:50 cdamus Exp $
*/
package org.eclipse.ocl.expressions.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.expressions.ExpressionsPackage;
import org.eclipse.ocl.expressions.NumericLiteralExp;
/**
*
* An implementation of the model object 'Numeric Literal Exp'.
*
*
*
*
* @generated
*/
public abstract class NumericLiteralExpImpl
extends PrimitiveLiteralExpImpl
implements NumericLiteralExp {
/**
*
*
* @generated
*/
protected NumericLiteralExpImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExpressionsPackage.Literals.NUMERIC_LITERAL_EXP;
}
} //NumericLiteralExpImpl