Uses of Enum Class
org.openhab.core.automation.Visibility
Packages that use Visibility
Package
Description
-
Uses of Visibility in org.openhab.core.automation
Methods in org.openhab.core.automation that return VisibilityModifier and TypeMethodDescriptionRule.getVisibility()This method is used to obtain theRule'sVisibility.static @Nullable VisibilityTries to parse the specified string value into aVisibilityinstance.static VisibilityReturns the enum constant of this class with the specified name.static Visibility[]Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Visibility in org.openhab.core.automation.dto
Fields in org.openhab.core.automation.dto declared as VisibilityModifier and TypeFieldDescriptionModuleTypeDTO.visibilityRuleDTO.visibilityRuleTemplateDTO.visibility -
Uses of Visibility in org.openhab.core.automation.module.provider
Methods in org.openhab.core.automation.module.provider that return VisibilityMethods in org.openhab.core.automation.module.provider with parameters of type Visibility -
Uses of Visibility in org.openhab.core.automation.template
Methods in org.openhab.core.automation.template that return VisibilityModifier and TypeMethodDescriptionRuleTemplate.getVisibility()Gets theRuleTemplate'sVisibility.Template.getVisibility()Shows the visibility of a Template.Constructors in org.openhab.core.automation.template with parameters of type VisibilityModifierConstructorDescriptionRuleTemplate(@Nullable String uid, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable List<Trigger> triggers, @Nullable List<Condition> conditions, @Nullable List<Action> actions, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable Visibility visibility) Creates aRuleTemplateinstance that will be used for creatingRules from a set of modules, belong to the template. -
Uses of Visibility in org.openhab.core.automation.type
Methods in org.openhab.core.automation.type that return VisibilityModifier and TypeMethodDescriptionModuleType.getVisibility()Gets the visibility of theModuleType.Constructors in org.openhab.core.automation.type with parameters of type VisibilityModifierConstructorDescriptionActionType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Input> inputs, @Nullable List<Output> outputs) CompositeActionType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Input> inputs, @Nullable List<Output> outputs, @Nullable List<Action> children) Creates an instance ofCompositeActionTypewith list ofActions.CompositeConditionType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Input> inputs, @Nullable List<Condition> children) Creates an instance ofCompositeConditionTypewith ordered set ofConditions.CompositeTriggerType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Output> outputs, @Nullable List<Trigger> children) Creates an instance ofCompositeTriggerTypewith ordered set ofTriggermodules.ConditionType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Input> inputs) Creates an instance ofConditionTypewith uid, label, description, aSetof tags, visibility, aListof configuration descriptions and aListofInputdescriptions.ModuleType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility) Creates aModuleTypeinstance.TriggerType(@Nullable String uid, @Nullable List<ConfigDescriptionParameter> configDescriptions, @Nullable String label, @Nullable String description, @Nullable Set<String> tags, @Nullable Visibility visibility, @Nullable List<Output> outputs) Creates an instance ofTriggerTypewith UID, label, description, aSetof tags, visibility, aListof configuration descriptions and aListofOutputdescriptions. -
Uses of Visibility in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util with parameters of type VisibilityModifier and TypeMethodDescriptionstatic RuleBuilderRuleBuilder.create(RuleTemplate template, String uid, @Nullable String name, Configuration configuration, Visibility visibility) RuleBuilder.withVisibility(@Nullable Visibility visibility)