Uses of Class
org.openhab.core.types.StateDescriptionFragmentBuilder
Packages that use StateDescriptionFragmentBuilder
-
Uses of StateDescriptionFragmentBuilder in org.openhab.core.types
Methods in org.openhab.core.types that return StateDescriptionFragmentBuilderModifier and TypeMethodDescriptionStateDescriptionFragmentBuilder.create()Creates and returns a fresh builder instance.StateDescriptionFragmentBuilder.create(StateDescription legacy) Creates a builder instance and initializes all fields from the givenStateDescription.StateDescriptionFragmentBuilder.create(StateDescriptionFragment fragment) Creates a builder instance and initializes all fields from the givenStateDescriptionFragment.StateDescriptionFragmentBuilder.withMaximum(BigDecimal maximum) Set the maximum for the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withMinimum(BigDecimal minimum) Set the minimum for the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withOption(StateOption option) Ass aStateOptionfor the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withOptions(List<StateOption> options) Set theStateOptions for the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withPattern(String pattern) Set the pattern for the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withReadOnly(Boolean readOnly) Set readOnly for the resultingStateDescriptionFragment.StateDescriptionFragmentBuilder.withStep(BigDecimal step) Set the step for the resultingStateDescriptionFragment.