Interface Chart
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NonLinkableWidget
,org.eclipse.emf.common.notify.Notifier
,Widget
- All Known Implementing Classes:
ChartImpl
A representation of the model object 'Chart'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Force As Item' attribute.Returns the value of the 'Legend' attribute.Returns the value of the 'Period' attribute.int
Returns the value of the 'Refresh' attribute.Returns the value of the 'Service' attribute.Returns the value of the 'YAxis Decimal Pattern' attribute.void
setForceAsItem
(Boolean value) Sets the value of the 'Force As Item
' attribute.void
Sets the value of the 'Legend
' attribute.void
Sets the value of the 'Period
' attribute.void
setRefresh
(int value) Sets the value of the 'Refresh
' attribute.void
setService
(String value) Sets the value of the 'Service
' attribute.void
setYAxisDecimalPattern
(String value) Sets the value of the 'YAxis Decimal Pattern
' 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, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setItem, setLabel, setStaticIcon
-
Method Details
-
getService
String getService()Returns the value of the 'Service' attribute.- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' 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:
-
getPeriod
String getPeriod()Returns the value of the 'Period' attribute.- Returns:
- the value of the 'Period' attribute.
- See Also:
-
setPeriod
Sets the value of the 'Period
' attribute.- Parameters:
value
- the new value of the 'Period' attribute.- See Also:
-
getLegend
Boolean getLegend()Returns the value of the 'Legend' attribute.- Returns:
- the value of the 'Legend' attribute.
- See Also:
-
setLegend
Sets the value of the 'Legend
' attribute.- Parameters:
value
- the new value of the 'Legend' attribute.- See Also:
-
getForceAsItem
Boolean getForceAsItem()Returns the value of the 'Force As Item' attribute.- Returns:
- the value of the 'Force As Item' attribute.
- See Also:
-
setForceAsItem
Sets the value of the 'Force As Item
' attribute.- Parameters:
value
- the new value of the 'Force As Item' attribute.- See Also:
-
getYAxisDecimalPattern
String getYAxisDecimalPattern()Returns the value of the 'YAxis Decimal Pattern' attribute.- Returns:
- the value of the 'YAxis Decimal Pattern' attribute.
- See Also:
-
setYAxisDecimalPattern
Sets the value of the 'YAxis Decimal Pattern
' attribute.- Parameters:
value
- the new value of the 'YAxis Decimal Pattern' attribute.- See Also:
-