Uses of Interface
de.xima.fc.interfaces.workflow.value.ITupleValueBuilder
Packages that use ITupleValueBuilder
- 
Uses of ITupleValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return ITupleValueBuilderModifier and TypeMethodDescriptiondefault ITupleValueBuilderIValueBuilder.asTuple()Casts this builder to a tuple value builder.ITupleValueBuilder.set(int index, Class<? extends T> memberClass, IValueCreator<T> creator) Sets the value at the given index of the tuple.default <T> ITupleValueBuilderITupleValueBuilder.set(int index, T value) Sets the value at the given index of the tuple.default ITupleValueBuilder