Uses of Interface
io.dialob.program.model.ValueSet
-
Packages that use ValueSet Package Description io.dialob.program io.dialob.program.model -
-
Uses of ValueSet in io.dialob.program
Methods in io.dialob.program with parameters of type ValueSet Modifier and Type Method Description voidProgramBuilder. add(ValueSet valueSet) -
Uses of ValueSet in io.dialob.program.model
Classes in io.dialob.program.model that implement ValueSet Modifier and Type Class Description classImmutableValueSetImmutable implementation ofValueSet.Methods in io.dialob.program.model that return types with arguments of type ValueSet Modifier and Type Method Description com.google.common.collect.ImmutableList<ValueSet>ImmutableProgram. getValueSets()List<ValueSet>Program. getValueSets()Methods in io.dialob.program.model with parameters of type ValueSet Modifier and Type Method Description ImmutableProgram.BuilderImmutableProgram.Builder. addValueSets(ValueSet element)Adds one element tovalueSetslist.ImmutableProgram.BuilderImmutableProgram.Builder. addValueSets(ValueSet... elements)Adds elements tovalueSetslist.static ImmutableValueSetImmutableValueSet. copyOf(ValueSet instance)Creates an immutable copy of aValueSetvalue.ImmutableValueSet.BuilderImmutableValueSet.Builder. from(ValueSet instance)Fill a builder with attribute values from the providedValueSetinstance.voidProgramVisitor.ValueSetVisitor. visitValueSet(ValueSet valueSet)ImmutableProgramImmutableProgram. withValueSets(ValueSet... elements)Copy the current immutable object with elements that replace the content ofvalueSets.Method parameters in io.dialob.program.model with type arguments of type ValueSet Modifier and Type Method Description ImmutableProgram.BuilderImmutableProgram.Builder. addAllValueSets(Iterable<? extends ValueSet> elements)Adds elements tovalueSetslist.ImmutableProgram.BuilderImmutableProgram.Builder. valueSets(Iterable<? extends ValueSet> elements)Sets or replaces all elements forvalueSetslist.ImmutableProgramImmutableProgram. withValueSets(Iterable<? extends ValueSet> elements)Copy the current immutable object with elements that replace the content ofvalueSets.
-