Interface ModelWidget
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ModelButton,ModelButtongrid,ModelChart,ModelColorpicker,ModelColortemperaturepicker,ModelDefault,ModelFrame,ModelGroup,ModelImage,ModelInput,ModelLinkableWidget,ModelMapview,ModelNonLinkableWidget,ModelSelection,ModelSetpoint,ModelSlider,ModelSwitch,ModelText,ModelVideo,ModelWebview
- All Known Implementing Classes:
ModelButtongridImpl,ModelButtonImpl,ModelChartImpl,ModelColorpickerImpl,ModelColortemperaturepickerImpl,ModelDefaultImpl,ModelFrameImpl,ModelGroupImpl,ModelImageImpl,ModelInputImpl,ModelLinkableWidgetImpl,ModelMapviewImpl,ModelNonLinkableWidgetImpl,ModelSelectionImpl,ModelSetpointImpl,ModelSliderImpl,ModelSwitchImpl,ModelTextImpl,ModelVideoImpl,ModelWebviewImpl,ModelWidgetImpl
public interface ModelWidget
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model Widget'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Returns the value of the 'Icon' attribute.Returns the value of the 'Icon Color' containment reference.Returns the value of the 'Icon Rules' containment reference.getItem()Returns the value of the 'Item' attribute.getLabel()Returns the value of the 'Label' attribute.Returns the value of the 'Label Color' containment reference.Returns the value of the 'Static Icon' attribute.Returns the value of the 'Value Color' containment reference.Returns the value of the 'Visibility' containment reference.voidSets the value of the 'Icon' attribute.voidsetIconColor(ModelColorArrayList value) Sets the value of the 'Icon Color' containment reference.voidsetIconRules(ModelIconRuleList value) Sets the value of the 'Icon Rules' containment reference.voidSets the value of the 'Item' attribute.voidSets the value of the 'Label' attribute.voidsetLabelColor(ModelColorArrayList value) Sets the value of the 'Label Color' containment reference.voidsetStaticIcon(String value) Sets the value of the 'Static Icon' attribute.voidsetValueColor(ModelColorArrayList value) Sets the value of the 'Value Color' containment reference.voidSets the value of the 'Visibility' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItem
String getItem()Returns the value of the 'Item' attribute.- Returns:
- the value of the 'Item' attribute.
- See Also:
-
setItem
Sets the value of the 'Item' attribute.- Parameters:
value- the new value of the 'Item' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label' attribute.- Parameters:
value- the new value of the 'Label' attribute.- See Also:
-
getIcon
String getIcon()Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon' attribute.- Parameters:
value- the new value of the 'Icon' attribute.- See Also:
-
getIconRules
ModelIconRuleList getIconRules()Returns the value of the 'Icon Rules' containment reference.- Returns:
- the value of the 'Icon Rules' containment reference.
- See Also:
-
setIconRules
Sets the value of the 'Icon Rules' containment reference.- Parameters:
value- the new value of the 'Icon Rules' containment reference.- See Also:
-
getStaticIcon
String getStaticIcon()Returns the value of the 'Static Icon' attribute.- Returns:
- the value of the 'Static Icon' attribute.
- See Also:
-
setStaticIcon
Sets the value of the 'Static Icon' attribute.- Parameters:
value- the new value of the 'Static Icon' attribute.- See Also:
-
getLabelColor
ModelColorArrayList getLabelColor()Returns the value of the 'Label Color' containment reference.- Returns:
- the value of the 'Label Color' containment reference.
- See Also:
-
setLabelColor
Sets the value of the 'Label Color' containment reference.- Parameters:
value- the new value of the 'Label Color' containment reference.- See Also:
-
getValueColor
ModelColorArrayList getValueColor()Returns the value of the 'Value Color' containment reference.- Returns:
- the value of the 'Value Color' containment reference.
- See Also:
-
setValueColor
Sets the value of the 'Value Color' containment reference.- Parameters:
value- the new value of the 'Value Color' containment reference.- See Also:
-
getIconColor
ModelColorArrayList getIconColor()Returns the value of the 'Icon Color' containment reference.- Returns:
- the value of the 'Icon Color' containment reference.
- See Also:
-
setIconColor
Sets the value of the 'Icon Color' containment reference.- Parameters:
value- the new value of the 'Icon Color' containment reference.- See Also:
-
getVisibility
ModelVisibilityRuleList getVisibility()Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
-
setVisibility
Sets the value of the 'Visibility' containment reference.- Parameters:
value- the new value of the 'Visibility' containment reference.- See Also:
-