Uses of Interface
io.dialob.program.model.Value
-
Packages that use Value Package Description io.dialob.executor.command io.dialob.program.model -
-
Uses of Value in io.dialob.executor.command
Methods in io.dialob.executor.command that return types with arguments of type Value Modifier and Type Method Description com.google.common.collect.ImmutableList<Value<ValueSet.Entry>>ImmutableUpdateValueSetCommand. getEntries()List<Value<ValueSet.Entry>>UpdateValueSetCommand. getEntries()Methods in io.dialob.executor.command with parameters of type Value Modifier and Type Method Description ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addEntries(Value<ValueSet.Entry> element)Adds one element toentrieslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addEntries(Value<ValueSet.Entry>... elements)Adds elements toentrieslist.ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. withEntries(Value<ValueSet.Entry>... elements)Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.executor.command with type arguments of type Value Modifier and Type Method Description ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Adds elements toentrieslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. entries(Iterable<? extends Value<ValueSet.Entry>> elements)Sets or replaces all elements forentrieslist.static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.static UpdateValueSetCommandCommandFactory. updateValueSet(ValueSetId targetId, List<Value<ValueSet.Entry>> entries)ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. 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.program.model
Subinterfaces of Value in io.dialob.program.model Modifier and Type Interface Description interfaceConditionalValue<T>interfaceConstantValue<T>Classes in io.dialob.program.model that implement Value Modifier and Type Class Description classImmutableConditionalValue<T>Immutable implementation ofConditionalValue.classImmutableConstantValue<T>Immutable implementation ofConstantValue.Methods in io.dialob.program.model that return types with arguments of type Value Modifier and Type Method Description com.google.common.collect.ImmutableList<Value<ValueSet.Entry>>ImmutableValueSet. getEntries()List<Value<ValueSet.Entry>>ValueSet. getEntries()Methods in io.dialob.program.model with parameters of type Value Modifier and Type Method Description ImmutableValueSet.BuilderImmutableValueSet.Builder. addEntries(Value<ValueSet.Entry> element)Adds one element toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. addEntries(Value<ValueSet.Entry>... elements)Adds elements toentrieslist.ImmutableConditionalValue.Builder<T>ImmutableConditionalValue.Builder. from(Value<T> instance)Fill a builder with attribute values from the providedio.dialob.program.model.Valueinstance.ImmutableConstantValue.Builder<T>ImmutableConstantValue.Builder. from(Value<T> instance)Fill a builder with attribute values from the providedio.dialob.program.model.Valueinstance.ImmutableValueSetImmutableValueSet. withEntries(Value<ValueSet.Entry>... elements)Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.program.model with type arguments of type Value Modifier and Type Method Description ImmutableValueSet.BuilderImmutableValueSet.Builder. addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Adds elements toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. entries(Iterable<? extends Value<ValueSet.Entry>> elements)Sets or replaces all elements forentrieslist.ImmutableValueSetImmutableValueSet. withEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Copy the current immutable object with elements that replace the content ofentries.
-