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

de.opitzconsulting.orcasDsl.impl.TableSubPartImpl Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
package de.opitzconsulting.orcasDsl.impl;

import de.opitzconsulting.orcasDsl.OrcasDslPackage;
import de.opitzconsulting.orcasDsl.TableSubPart;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

/**
 * 
 * An implementation of the model object 'Table Sub Part'.
 * 
 *
 * @generated
 */
public class TableSubPartImpl extends MinimalEObjectImpl.Container implements TableSubPart
{
  /**
   * 
   * 
   * @generated
   */
  public TableSubPartImpl()
  {
    super();
  }

  /**
   * 
   * 
   * @generated
   */
  @Override
  public EClass eStaticClass()
  {
    return OrcasDslPackage.Literals.TABLE_SUB_PART;
  }

} //TableSubPartImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy