Uses of Class
org.openhab.core.automation.type.ModuleType
Packages that use ModuleType
Package
Description
-
Uses of ModuleType in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto with parameters of type ModuleTypeModifier and TypeMethodDescriptionprotected static void
ModuleTypeDTOMapper.fillProperties
(ModuleType from, ModuleTypeDTO to) -
Uses of ModuleType in org.openhab.core.automation.module.provider.i18n
Methods in org.openhab.core.automation.module.provider.i18n that return ModuleTypeModifier and TypeMethodDescription@Nullable ModuleType
ModuleTypeI18nService.getModuleTypePerLocale
(@Nullable ModuleType defModuleType, @Nullable Locale locale, org.osgi.framework.Bundle bundle) Builds aModuleType
with the givenLocale
Methods in org.openhab.core.automation.module.provider.i18n with parameters of type ModuleTypeModifier and TypeMethodDescription@Nullable ModuleType
ModuleTypeI18nService.getModuleTypePerLocale
(@Nullable ModuleType defModuleType, @Nullable Locale locale, org.osgi.framework.Bundle bundle) Builds aModuleType
with the givenLocale
-
Uses of ModuleType in org.openhab.core.automation.thingsupport
Methods in org.openhab.core.automation.thingsupport with type parameters of type ModuleTypeModifier and TypeMethodDescription<T extends ModuleType>
TAnnotatedThingActionModuleTypeProvider.getModuleType
(String uid, @Nullable Locale locale) <T extends ModuleType>
Collection<T> AnnotatedThingActionModuleTypeProvider.getModuleTypes
(@Nullable Locale locale) Methods in org.openhab.core.automation.thingsupport that return types with arguments of type ModuleTypeMethod parameters in org.openhab.core.automation.thingsupport with type arguments of type ModuleTypeModifier and TypeMethodDescriptionvoid
AnnotatedThingActionModuleTypeProvider.addProviderChangeListener
(ProviderChangeListener<ModuleType> listener) void
AnnotatedThingActionModuleTypeProvider.removeProviderChangeListener
(ProviderChangeListener<ModuleType> listener) -
Uses of ModuleType in org.openhab.core.automation.type
Subclasses of ModuleType in org.openhab.core.automation.typeModifier and TypeClassDescriptionclass
This class provides common functionality for creatingAction
instances by supplying their meta-information.class
This class is asActionType
which logically combinesAction
instances.class
This class is asConditionType
which logically combinesCondition
modules.class
This class is asTriggerType
which logically combinesTrigger
modules.class
This class provides common functionality for creatingCondition
instances by supplying their meta-information.class
This class provides common functionality for creatingTrigger
instances by supplying their meta-information.Methods in org.openhab.core.automation.type with type parameters of type ModuleTypeModifier and TypeMethodDescription<T extends ModuleType>
@Nullable TGets the localizedModuleType
by specified UID and locale.<T extends ModuleType>
Collection<T> Gets theModuleType
s filtered by tag.<T extends ModuleType>
Collection<T> This method is used for getting theModuleType
s filtered by tag.<T extends ModuleType>
Collection<T> This method is used for getting theModuleType
s filtered by tags.<T extends ModuleType>
Collection<T> This method is used for getting theModuleType
s filtered by tags.<T extends ModuleType>
@Nullable TModuleTypeProvider.getModuleType
(String uid, @Nullable Locale locale) Gets the localizedModuleType
defined by this provider.<T extends ModuleType>
Collection<T> ModuleTypeProvider.getModuleTypes
(@Nullable Locale locale) Gets the localizedModuleType
s defined by this provider.