001/**
002 */
003package org.nasdanika.html.model.bootstrap.impl;
004
005import org.eclipse.emf.ecore.EClass;
006
007import org.nasdanika.html.model.bootstrap.BootstrapPackage;
008import org.nasdanika.html.model.bootstrap.TableSection;
009
010/**
011 * <!-- begin-user-doc -->
012 * An implementation of the model object '<em><b>Table Section</b></em>'.
013 * <!-- end-user-doc -->
014 *
015 * @generated
016 */
017public class TableSectionImpl extends TableRowContainerImpl implements TableSection {
018        /**
019         * <!-- begin-user-doc -->
020         * <!-- end-user-doc -->
021         * @generated
022         */
023        protected TableSectionImpl() {
024                super();
025        }
026
027        /**
028         * <!-- begin-user-doc -->
029         * <!-- end-user-doc -->
030         * @generated
031         */
032        @Override
033        protected EClass eStaticClass() {
034                return BootstrapPackage.Literals.TABLE_SECTION;
035        }
036
037} //TableSectionImpl