Interface Button
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NonLinkableWidget
,org.eclipse.emf.common.notify.Notifier
,Widget
- All Known Implementing Classes:
ButtonImpl
A representation of the model object 'Button'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCmd()
Returns the value of the 'Cmd' attribute.int
Returns the value of the 'Column' attribute.Returns the value of the 'Release Cmd' attribute.int
getRow()
Returns the value of the 'Row' attribute.boolean
Returns the value of the 'Stateless' attribute.void
Sets the value of the 'Cmd
' attribute.void
setColumn
(int value) Sets the value of the 'Column
' attribute.void
setReleaseCmd
(String value) Sets the value of the 'Release Cmd
' attribute.void
setRow
(int value) Sets the value of the 'Row
' attribute.void
setStateless
(boolean value) Sets the value of the 'Stateless
' 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
-
getRow
int getRow()Returns the value of the 'Row' attribute.- Returns:
- the value of the 'Row' attribute.
- See Also:
-
setRow
void setRow(int value) Sets the value of the 'Row
' attribute.- Parameters:
value
- the new value of the 'Row' attribute.- See Also:
-
getColumn
int getColumn()Returns the value of the 'Column' attribute.- Returns:
- the value of the 'Column' attribute.
- See Also:
-
setColumn
void setColumn(int value) Sets the value of the 'Column
' attribute.- Parameters:
value
- the new value of the 'Column' attribute.- See Also:
-
isStateless
boolean isStateless()Returns the value of the 'Stateless' attribute.- Returns:
- the value of the 'Stateless' attribute.
- See Also:
-
setStateless
void setStateless(boolean value) Sets the value of the 'Stateless
' attribute.- Parameters:
value
- the new value of the 'Stateless' attribute.- See Also:
-
getCmd
String getCmd()Returns the value of the 'Cmd' attribute.- Returns:
- the value of the 'Cmd' attribute.
- See Also:
-
setCmd
Sets the value of the 'Cmd
' attribute.- Parameters:
value
- the new value of the 'Cmd' attribute.- See Also:
-
getReleaseCmd
String getReleaseCmd()Returns the value of the 'Release Cmd' attribute.- Returns:
- the value of the 'Release Cmd' attribute.
- See Also:
-
setReleaseCmd
Sets the value of the 'Release Cmd
' attribute.- Parameters:
value
- the new value of the 'Release Cmd' attribute.- See Also:
-