Uses of Class
org.openhab.core.automation.type.ConditionType
Packages that use ConditionType
Package
Description
-
Uses of ConditionType in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return ConditionTypeModifier and TypeMethodDescriptionstatic ConditionType
ConditionTypeDTOMapper.map
(CompositeConditionTypeDTO conditionTypeDto) Methods in org.openhab.core.automation.dto with parameters of type ConditionTypeModifier and TypeMethodDescriptionstatic ConditionTypeDTO
ConditionTypeDTOMapper.map
(ConditionType conditionType) Method parameters in org.openhab.core.automation.dto with type arguments of type ConditionTypeModifier and TypeMethodDescriptionstatic List
<ConditionTypeDTO> ConditionTypeDTOMapper.map
(@Nullable Collection<ConditionType> types) -
Uses of ConditionType in org.openhab.core.automation.type
Subclasses of ConditionType in org.openhab.core.automation.typeModifier and TypeClassDescriptionclass
This class is asConditionType
which logically combinesCondition
modules.Methods in org.openhab.core.automation.type that return types with arguments of type ConditionTypeModifier and TypeMethodDescriptionModuleTypeRegistry.getConditions
(String... tags) This method is used for getting theConditionType
s.ModuleTypeRegistry.getConditions
(@Nullable Locale locale, String... tags) This method is used for getting theConditionType
s, localized depending on passed locale parameter.