org.nasdanika.html.model.bootstrap.BootstrapFactory Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.ecore.EFactory;
/**
*
* The Factory for the model.
* It provides a create method for each non-abstract class of the model.
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage
* @generated
*/
public interface BootstrapFactory extends EFactory {
/**
* The singleton instance of the factory.
*
*
* @generated
*/
BootstrapFactory eINSTANCE = org.nasdanika.html.model.bootstrap.impl.BootstrapFactoryImpl.init();
/**
* Returns a new object of class 'Element'.
*
*
* @return a new object of class 'Element'.
* @generated
*/
BootstrapElement createBootstrapElement();
/**
* Returns a new object of class 'Page'.
*
*
* @return a new object of class 'Page'.
* @generated
*/
Page createPage();
/**
* Returns a new object of class 'Appearance'.
*
*
* @return a new object of class 'Appearance'.
* @generated
*/
Appearance createAppearance();
/**
* Returns a new object of class 'Border'.
*
*
* @return a new object of class 'Border'.
* @generated
*/
Border createBorder();
/**
* Returns a new object of class 'Spacing'.
*
*
* @return a new object of class 'Spacing'.
* @generated
*/
Spacing createSpacing();
/**
* Returns a new object of class 'Text'.
*
*
* @return a new object of class 'Text'.
* @generated
*/
Text createText();
/**
* Returns a new object of class 'Float'.
*
*
* @return a new object of class 'Float'.
* @generated
*/
Float createFloat();
/**
* Returns a new object of class 'Tag'.
*
*
* @return a new object of class 'Tag'.
* @generated
*/
Tag createTag();
/**
* Returns a new object of class 'Div'.
*
*
* @return a new object of class 'Div'.
* @generated
*/
Div createDiv();
/**
* Returns a new object of class 'Link Action Group Item'.
*
*
* @return a new object of class 'Link Action Group Item'.
* @generated
*/
LinkActionGroupItem createLinkActionGroupItem();
/**
* Returns a new object of class 'Content Action Group Item'.
*
*
* @return a new object of class 'Content Action Group Item'.
* @generated
*/
ContentActionGroupItem createContentActionGroupItem();
/**
* Returns a new object of class 'Action Group'.
*
*
* @return a new object of class 'Action Group'.
* @generated
*/
ActionGroup createActionGroup();
/**
* Returns a new object of class 'Container'.
*
*
* @return a new object of class 'Container'.
* @generated
*/
Container createContainer();
/**
* Returns a new object of class 'Row'.
*
*
* @return a new object of class 'Row'.
* @generated
*/
Row createRow();
/**
* Returns a new object of class 'Column Width'.
*
*
* @return a new object of class 'Column Width'.
* @generated
*/
ColumnWidth createColumnWidth();
/**
* Returns a new object of class 'Column'.
*
*
* @return a new object of class 'Column'.
* @generated
*/
Column createColumn();
/**
* Returns a new object of class 'Table Section'.
*
*
* @return a new object of class 'Table Section'.
* @generated
*/
TableSection createTableSection();
/**
* Returns a new object of class 'Table Header'.
*
*
* @return a new object of class 'Table Header'.
* @generated
*/
TableHeader createTableHeader();
/**
* Returns a new object of class 'Table'.
*
*
* @return a new object of class 'Table'.
* @generated
*/
Table createTable();
/**
* Returns a new object of class 'Table Row'.
*
*
* @return a new object of class 'Table Row'.
* @generated
*/
TableRow createTableRow();
/**
* Returns a new object of class 'Table Cell'.
*
*
* @return a new object of class 'Table Cell'.
* @generated
*/
TableCell createTableCell();
/**
* Returns a new object of class 'Card'.
*
*
* @return a new object of class 'Card'.
* @generated
*/
Card createCard();
/**
* Returns a new object of class 'Alert'.
*
*
* @return a new object of class 'Alert'.
* @generated
*/
Alert createAlert();
/**
* Returns a new object of class 'Badge'.
*
*
* @return a new object of class 'Badge'.
* @generated
*/
Badge createBadge();
/**
* Returns a new object of class 'Breadcrumb'.
*
*
* @return a new object of class 'Breadcrumb'.
* @generated
*/
Breadcrumb createBreadcrumb();
/**
* Returns a new object of class 'Button'.
*
*
* @return a new object of class 'Button'.
* @generated
*/
Button createButton();
/**
* Returns a new object of class 'Button Group'.
*
*
* @return a new object of class 'Button Group'.
* @generated
*/
ButtonGroup createButtonGroup();
/**
* Returns a new object of class 'Button Toolbar'.
*
*
* @return a new object of class 'Button Toolbar'.
* @generated
*/
ButtonToolbar createButtonToolbar();
/**
* Returns a new object of class 'Dropdown'.
*
*
* @return a new object of class 'Dropdown'.
* @generated
*/
Dropdown createDropdown();
/**
* Returns a new object of class 'Form'.
*
*
* @return a new object of class 'Form'.
* @generated
*/
Form createForm();
/**
* Returns a new object of class 'List Group'.
*
*
* @return a new object of class 'List Group'.
* @generated
*/
ListGroup createListGroup();
/**
* Returns a new object of class 'Navs'.
*
*
* @return a new object of class 'Navs'.
* @generated
*/
Navs createNavs();
/**
* Returns a new object of class 'Navbar'.
*
*
* @return a new object of class 'Navbar'.
* @generated
*/
Navbar createNavbar();
/**
* Returns a new object of class 'Tooltip'.
*
*
* @return a new object of class 'Tooltip'.
* @generated
*/
Tooltip createTooltip();
/**
* Returns a new object of class 'Input Group'.
*
*
* @return a new object of class 'Input Group'.
* @generated
*/
InputGroup createInputGroup();
/**
* Returns a new object of class 'Form Group'.
*
*
* @return a new object of class 'Form Group'.
* @generated
*/
FormGroup createFormGroup();
/**
* Returns a new object of class 'Collapse'.
*
*
* @return a new object of class 'Collapse'.
* @generated
*/
Collapse createCollapse();
/**
* Returns a new object of class 'Modal'.
*
*
* @return a new object of class 'Modal'.
* @generated
*/
Modal createModal();
/**
* Returns a new object of class 'Accordion'.
*
*
* @return a new object of class 'Accordion'.
* @generated
*/
Accordion createAccordion();
/**
* Returns a new object of class 'Carousel'.
*
*
* @return a new object of class 'Carousel'.
* @generated
*/
Carousel createCarousel();
/**
* Returns a new object of class 'Slide'.
*
*
* @return a new object of class 'Slide'.
* @generated
*/
Slide createSlide();
/**
* Returns the package supported by this factory.
*
*
* @return the package supported by this factory.
* @generated
*/
BootstrapPackage getBootstrapPackage();
} //BootstrapFactory