Interface ModelImage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ModelLinkableWidget,ModelWidget,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelImageImpl
A representation of the model object 'Model Image'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Refresh' attribute.getUrl()Returns the value of the 'Url' attribute.voidsetRefresh(int value) Sets the value of the 'Refresh' attribute.voidSets the value of the 'Url' attribute.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.openhab.core.model.sitemap.sitemap.ModelLinkableWidget
getChildrenMethods inherited from interface org.openhab.core.model.sitemap.sitemap.ModelWidget
getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setIconColor, setIconRules, setItem, setLabel, setLabelColor, setStaticIcon, setValueColor, setVisibilityMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUrl
String getUrl()Returns the value of the 'Url' attribute.- Returns:
- the value of the 'Url' attribute.
- See Also:
-
setUrl
Sets the value of the 'Url' attribute.- Parameters:
value- the new value of the 'Url' attribute.- See Also:
-
getRefresh
int getRefresh()Returns the value of the 'Refresh' attribute.- Returns:
- the value of the 'Refresh' attribute.
- See Also:
-
setRefresh
void setRefresh(int value) Sets the value of the 'Refresh' attribute.- Parameters:
value- the new value of the 'Refresh' attribute.- See Also:
-