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 ConditionTypeConditionTypeDTOMapper.map(CompositeConditionTypeDTO conditionTypeDto) Methods in org.openhab.core.automation.dto with parameters of type ConditionTypeModifier and TypeMethodDescriptionstatic ConditionTypeDTOConditionTypeDTOMapper.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 TypeClassDescriptionclassThis class is asConditionTypewhich logically combinesConditionmodules.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 theConditionTypes.ModuleTypeRegistry.getConditions(@Nullable Locale locale, String... tags) This method is used for getting theConditionTypes, localized depending on passed locale parameter.