/** */ package com.robotoworks.mechanoid.db.sqliteModel.impl; import com.robotoworks.mechanoid.db.sqliteModel.ColumnConstraint; import com.robotoworks.mechanoid.db.sqliteModel.SqliteModelPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Column Constraint</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ColumnConstraintImpl extends MinimalEObjectImpl.Container implements ColumnConstraint { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ColumnConstraintImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return SqliteModelPackage.Literals.COLUMN_CONSTRAINT; } } //ColumnConstraintImpl