org.nasdanika.html.model.bootstrap.Slide Maven / Gradle / Ivy
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Slide'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.bootstrap.Slide#getInterval Interval}
* - {@link org.nasdanika.html.model.bootstrap.Slide#getCaptions Captions}
*
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getSlide()
* @model
* @generated
*/
public interface Slide extends Div {
/**
* Returns the value of the 'Interval' attribute.
*
*
* @return the value of the 'Interval' attribute.
* @see #setInterval(Integer)
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getSlide_Interval()
* @model
* @generated
*/
Integer getInterval();
/**
* Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Slide#getInterval Interval}' attribute.
*
*
* @param value the new value of the 'Interval' attribute.
* @see #getInterval()
* @generated
*/
void setInterval(Integer value);
/**
* Returns the value of the 'Captions' containment reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
*
*
* @return the value of the 'Captions' containment reference list.
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getSlide_Captions()
* @model containment="true"
* @generated
*/
EList getCaptions();
} // Slide