Uses of Interface
de.xima.fc.interfaces.workflow.value.ITupleValueBuilder
- 
Packages that use ITupleValueBuilder Package Description de.xima.fc.interfaces.workflow.value  - 
- 
Uses of ITupleValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return ITupleValueBuilder Modifier and Type Method Description default ITupleValueBuilderIValueBuilder. asTuple()Casts this builder to a tuple value builder.<T> ITupleValueBuilderITupleValueBuilder. 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 ITupleValueBuilderITupleValueBuilder. value(List<?> value) 
 -