001/** 002 */ 003package org.nasdanika.html.model.bootstrap; 004 005 006/** 007 * <!-- begin-user-doc --> 008 * A representation of the model object '<em><b>Div</b></em>'. 009 * <!-- end-user-doc --> 010 * 011 * <!-- begin-model-doc --> 012 * HTML DIV with bootstrap styling 013 * <!-- end-model-doc --> 014 * 015 * 016 * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getDiv() 017 * @model 018 * @generated 019 */ 020public interface Div extends Tag { 021} // Div