Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueBuilder
Packages that use IListValueBuilder
-
Uses of IListValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueBuilderModifier and TypeMethodDescriptiondefault <S> IListValueBuilder<S>
IValueBuilder.asList()
Casts this builder to a list value builder.IListValueBuilder.set
(int index, IValueCreator<V> creator) Sets the value at the given index to the given value.default IListValueBuilder<V>
Sets the value at the given index to the given value.