Interface Colorpicker
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NonLinkableWidget
,org.eclipse.emf.common.notify.Notifier
,Widget
- All Known Implementing Classes:
ColorpickerImpl
A representation of the model object 'Colorpicker'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Frequency' attribute.void
setFrequency
(int value) Sets the value of the 'Frequency
' attribute.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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.openhab.core.model.sitemap.sitemap.Widget
getIcon, getIconColor, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setItem, setLabel, setStaticIcon
-
Method Details
-
getFrequency
int getFrequency()Returns the value of the 'Frequency' attribute.- Returns:
- the value of the 'Frequency' attribute.
- See Also:
-
setFrequency
void setFrequency(int value) Sets the value of the 'Frequency
' attribute.- Parameters:
value
- the new value of the 'Frequency' attribute.- See Also:
-