public interface Item extends ModelElement
The following features are supported:
BootstrapPackage.getItem()| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Returns the value of the 'Color' attribute.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active' attribute. |
void |
setColor(Color value)
Sets the value of the '
Color' attribute. |
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute. |
getActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuidgetMarkerseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isActive()
setActive(boolean),
BootstrapPackage.getItem_Active()void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()boolean isDisabled()
setDisabled(boolean),
BootstrapPackage.getItem_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()Color getColor()
setColor(Color),
BootstrapPackage.getItem_Color()void setColor(Color value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()Copyright © 2022 Nasdanika. All rights reserved.