Uses of Interface
io.dialob.session.engine.program.model.ValueSet
Packages that use ValueSet
-
Uses of ValueSet in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program with parameters of type ValueSet -
Uses of ValueSet in io.dialob.session.engine.program.model
Classes in io.dialob.session.engine.program.model that implement ValueSetMethods in io.dialob.session.engine.program.model that return types with arguments of type ValueSetModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ValueSet> ImmutableProgram.getValueSets()Program.getValueSets()Methods in io.dialob.session.engine.program.model with parameters of type ValueSetModifier and TypeMethodDescriptionfinal ImmutableProgram.BuilderImmutableProgram.Builder.addValueSets(ValueSet element) Adds one element tovalueSetslist.final ImmutableProgram.BuilderImmutableProgram.Builder.addValueSets(ValueSet... elements) Adds elements tovalueSetslist.static ImmutableValueSetCreates an immutable copy of aValueSetvalue.Fill a builder with attribute values from the providedValueSetinstance.voidProgramVisitor.ValueSetVisitor.visitValueSet(ValueSet valueSet) final ImmutableProgramImmutableProgram.withValueSets(ValueSet... elements) Copy the current immutable object with elements that replace the content ofvalueSets.Method parameters in io.dialob.session.engine.program.model with type arguments of type ValueSetModifier and TypeMethodDescriptionfinal ImmutableProgram.BuilderImmutableProgram.Builder.addAllValueSets(Iterable<? extends ValueSet> elements) Adds elements tovalueSetslist.final ImmutableProgram.BuilderSets or replaces all elements forvalueSetslist.final ImmutableProgramImmutableProgram.withValueSets(Iterable<? extends ValueSet> elements) Copy the current immutable object with elements that replace the content ofvalueSets.