Interface Input
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NonLinkableWidget
,org.eclipse.emf.common.notify.Notifier
,Widget
- All Known Implementing Classes:
InputImpl
A representation of the model object 'Input'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Input Hint' attribute.void
setInputHint
(String value) Sets the value of the 'Input Hint
' 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
-
getInputHint
String getInputHint()Returns the value of the 'Input Hint' attribute.- Returns:
- the value of the 'Input Hint' attribute.
- See Also:
-
setInputHint
Sets the value of the 'Input Hint
' attribute.- Parameters:
value
- the new value of the 'Input Hint' attribute.- See Also:
-