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