Uses of Class
org.openhab.core.automation.type.Input
Packages that use Input
Package
Description
-
Uses of Input in org.openhab.core.automation.dto
Fields in org.openhab.core.automation.dto with type parameters of type Input -
Uses of Input in org.openhab.core.automation.module.provider
Methods in org.openhab.core.automation.module.provider that return types with arguments of type InputMethod parameters in org.openhab.core.automation.module.provider with type arguments of type Input -
Uses of Input in org.openhab.core.automation.type
Methods in org.openhab.core.automation.type that return types with arguments of type Input -
Uses of Input in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util with parameters of type InputModifier and TypeMethodDescriptionActionInputsHelper.mapActionInputToConfigDescriptionParameter
(Input input) Maps anInput
to aConfigDescriptionParameter
.ActionInputsHelper.mapSerializedInputToActionInput
(Input input, Object argument) Maps a serialised input to the Java type required by the givenInput
.Method parameters in org.openhab.core.automation.util with type arguments of type InputModifier and TypeMethodDescriptionActionInputsHelper.mapActionInputsToConfigDescriptionParameters
(List<Input> inputs) Maps a list ofInput
s to a list ofConfigDescriptionParameter
s.