de.opitzconsulting.orcasDsl.impl.TablePartitioningImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
The newest version!
/**
*/
package de.opitzconsulting.orcasDsl.impl;
import de.opitzconsulting.orcasDsl.OrcasDslPackage;
import de.opitzconsulting.orcasDsl.TablePartitioning;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
/**
*
* An implementation of the model object 'Table Partitioning'.
*
*
* @generated
*/
public class TablePartitioningImpl extends MinimalEObjectImpl.Container implements TablePartitioning
{
/**
*
*
* @generated
*/
public TablePartitioningImpl()
{
super();
}
/**
*
*
* @generated
*/
@Override
public EClass eStaticClass()
{
return OrcasDslPackage.Literals.TABLE_PARTITIONING;
}
} //TablePartitioningImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy