Uses of Interface
io.dialob.session.engine.program.model.Value
Packages that use Value
-
Uses of Value in io.dialob.session.engine.program.model
Subinterfaces of Value in io.dialob.session.engine.program.modelClasses in io.dialob.session.engine.program.model that implement ValueModifier and TypeClassDescriptionfinal classImmutable implementation ofConditionalValue.final classImmutable implementation ofConstantValue.Methods in io.dialob.session.engine.program.model that return types with arguments of type ValueModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Value<ValueSet.Entry>> ImmutableValueSet.getEntries()ValueSet.getEntries()Methods in io.dialob.session.engine.program.model with parameters of type ValueModifier and TypeMethodDescriptionImmutableValueSet.Builder.addEntries(Value<ValueSet.Entry> element) Adds one element toentrieslist.ImmutableValueSet.Builder.addEntries(Value<ValueSet.Entry>... elements) Adds elements toentrieslist.Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.Valueinstance.final ImmutableConstantValue.Builder<T> Fill a builder with attribute values from the providedio.dialob.session.engine.program.model.Valueinstance.final ImmutableValueSetImmutableValueSet.withEntries(Value<ValueSet.Entry>... elements) Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.session.engine.program.model with type arguments of type ValueModifier and TypeMethodDescriptionImmutableValueSet.Builder.addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Adds elements toentrieslist.ImmutableValueSet.Builder.entries(Iterable<? extends Value<ValueSet.Entry>> elements) Sets or replaces all elements forentrieslist.final ImmutableValueSetImmutableValueSet.withEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Copy the current immutable object with elements that replace the content ofentries. -
Uses of Value in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return types with arguments of type ValueModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Value<ValueSet.Entry>> ImmutableUpdateValueSetCommand.getEntries()UpdateValueSetCommand.getEntries()Methods in io.dialob.session.engine.session.command with parameters of type ValueModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.Builder.addEntries(Value<ValueSet.Entry> element) Adds one element toentrieslist.ImmutableUpdateValueSetCommand.Builder.addEntries(Value<ValueSet.Entry>... elements) Adds elements toentrieslist.ImmutableUpdateValueSetCommand.withEntries(Value<ValueSet.Entry>... elements) Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.session.engine.session.command with type arguments of type ValueModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.Builder.addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Adds elements toentrieslist.ImmutableUpdateValueSetCommand.Builder.entries(Iterable<? extends Value<ValueSet.Entry>> elements) Sets or replaces all elements forentrieslist.ImmutableUpdateValueSetCommand.of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.ImmutableUpdateValueSetCommand.of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.static UpdateValueSetCommandCommandFactory.updateValueSet(ValueSetId valueSetId, List<Value<ValueSet.Entry>> entries) ImmutableUpdateValueSetCommand.withEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Copy the current immutable object with elements that replace the content ofentries.