public class CarouselImpl extends DivImpl implements Carousel
MinimalEObjectImpl.Container.DynamicMinimalEObjectImpl.ContainerBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListInternalEObject.EStore| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
CONTROLS_EDEFAULT
The default value of the '
Controls' attribute. |
protected static boolean |
CROSS_FADE_EDEFAULT
The default value of the '
Cross Fade' attribute. |
protected static boolean |
INDICATOR_EDEFAULT
The default value of the '
Indicator' attribute. |
protected static String |
INTERVAL_EDEFAULT
The default value of the '
Interval' attribute. |
protected static boolean |
RIDE_EDEFAULT
The default value of the '
Ride' attribute. |
NAME_EDEFAULTDESCRIPTION_EDEFAULT, URI_EDEFAULT, UUID_EDEFAULTeContainerEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETNILEOPPOSITE_FEATURE_BASE| Modifier | Constructor and Description |
|---|---|
protected |
CarouselImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getInterval() |
EList<Slide> |
getSlides() |
boolean |
isControls() |
boolean |
isCrossFade() |
boolean |
isIndicator() |
boolean |
isRide() |
void |
setControls(boolean newControls) |
void |
setCrossFade(boolean newCrossFade) |
void |
setIndicator(boolean newIndicator) |
void |
setInterval(String newInterval) |
void |
setRide(boolean newRide) |
basicSetAppearance, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getAppearance, setAppearancegetAttributes, getContentadaptTo, basicGetActionPrototype, basicSetMarker, eProxyURI, eStaticFeatureCount, findByURI, findByURI, getActionPrototype, getDescription, getMarker, getOppositeReferrers, getReferrers, getUri, getUuid, resolve, resolveProxies, resolveProxy, setActionPrototype, setDescription, setMarker, setUri, setUuideBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAppearance, setAppearancegetAttributes, getContentgetActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuideAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivereNotificationRequiredprotected static final boolean CONTROLS_EDEFAULT
Controls' attribute.
isControls(),
Constant Field Valuesprotected static final boolean INDICATOR_EDEFAULT
Indicator' attribute.
isIndicator(),
Constant Field Valuesprotected static final boolean CROSS_FADE_EDEFAULT
Cross Fade' attribute.
isCrossFade(),
Constant Field Valuesprotected static final boolean RIDE_EDEFAULT
Ride' attribute.
isRide(),
Constant Field Valuesprotected static final String INTERVAL_EDEFAULT
Interval' attribute.
getInterval()protected CarouselImpl()
protected EClass eStaticClass()
eStaticClass in class DivImplpublic EList<Slide> getSlides()
getSlides in interface CarouselBootstrapPackage.getCarousel_Slides()public boolean isControls()
isControls in interface CarouselCarousel.setControls(boolean),
BootstrapPackage.getCarousel_Controls()public void setControls(boolean newControls)
setControls in interface CarouselnewControls - the new value of the 'Controls' attribute.Carousel.isControls()public boolean isIndicator()
isIndicator in interface CarouselCarousel.setIndicator(boolean),
BootstrapPackage.getCarousel_Indicator()public void setIndicator(boolean newIndicator)
setIndicator in interface CarouselnewIndicator - the new value of the 'Indicator' attribute.Carousel.isIndicator()public boolean isCrossFade()
isCrossFade in interface CarouselCarousel.setCrossFade(boolean),
BootstrapPackage.getCarousel_CrossFade()public void setCrossFade(boolean newCrossFade)
setCrossFade in interface CarouselnewCrossFade - the new value of the 'Cross Fade' attribute.Carousel.isCrossFade()public boolean isRide()
isRide in interface CarouselCarousel.setRide(boolean),
BootstrapPackage.getCarousel_Ride()public void setRide(boolean newRide)
setRide in interface CarouselnewRide - the new value of the 'Ride' attribute.Carousel.isRide()public String getInterval()
getInterval in interface CarouselCarousel.setInterval(String),
BootstrapPackage.getCarousel_Interval()public void setInterval(String newInterval)
setInterval in interface CarouselnewInterval - the new value of the 'Interval' attribute.Carousel.getInterval()public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove in class TagImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface InternalEObjecteGet in class TagImplpublic void eSet(int featureID, Object newValue)
eSet in interface InternalEObjecteSet in class TagImplpublic void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class TagImplpublic boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class TagImplCopyright © 2022 Nasdanika. All rights reserved.