Interface Slide
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,Div,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,Tag,Tag
- All Known Implementing Classes:
SlideImpl
public interface Slide extends Div
A representation of the model object 'Slide'.The following features are supported:
- See Also:
BootstrapPackage.getSlide()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getCaptions()Returns the value of the 'Captions' containment reference list.IntegergetInterval()Returns the value of the 'Interval' attribute.voidsetInterval(Integer value)Sets the value of the 'Interval' attribute.-
Methods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearance
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.nasdanika.html.model.html.HtmlElement
getAttributes, getContent
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getRepresentations, getUris, getUuid, setActionPrototype, setDescription, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getInterval
Integer getInterval()
Returns the value of the 'Interval' attribute.- Returns:
- the value of the 'Interval' attribute.
- See Also:
setInterval(Integer),BootstrapPackage.getSlide_Interval()
-
setInterval
void setInterval(Integer value)
Sets the value of the 'Interval' attribute.- Parameters:
value- the new value of the 'Interval' attribute.- See Also:
getInterval()
-
getCaptions
EList<EObject> getCaptions()
Returns the value of the 'Captions' containment reference list. The list contents are of typeEObject.- Returns:
- the value of the 'Captions' containment reference list.
- See Also:
BootstrapPackage.getSlide_Captions()
-
-