All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.impl.ExpressionImpl Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.openxma.dsl.dom.DomPackage;
import org.openxma.dsl.dom.model.Expression;

/**
 * 
 * An implementation of the model object 'Expression'.
 * 
 * 

*

* * @generated */ public class ExpressionImpl extends MinimalEObjectImpl.Container implements Expression { /** * * * @generated */ protected ExpressionImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return DomPackage.Literals.EXPRESSION; } } //ExpressionImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy