Class ModuleInformation
java.lang.Object
org.openhab.core.automation.module.provider.ModuleInformation
Wrapper class to collect information about actions modules to be created
- Author:
- Stefan Triller - Initial contribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getTags()
getUID()
int
hashCode()
void
setConfigName
(String configName) void
setDescription
(String description) void
void
void
setOutputs
(List<Output> outputs) void
void
setThingUID
(String thingUID) void
setVisibility
(Visibility visibility)
-
Constructor Details
-
ModuleInformation
-
-
Method Details
-
getUID
-
getMethod
-
getActionProvider
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
getVisibility
-
setVisibility
-
getInputs
-
setInputs
-
getOutputs
-
setOutputs
-
getConfigName
-
getTags
-
setTags
-
setConfigName
-
getThingUID
-
setThingUID
-
hashCode
public int hashCode() -
equals
-