Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueDescriptorBuilder
- 
Packages that use IListValueDescriptorBuilder Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value  - 
- 
Uses of IListValueDescriptorBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueDescriptorBuilder Modifier and Type Method Description IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. defaultValue(int index, IValueCreator<V> creator)Sets the default value for the element at the given index.default IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. defaultValue(int index, V value)Sets the default value for the element at the given index.IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. description(String description)IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. length(com.google.common.collect.Range<Integer> length)Restricts the length of the list value to a certain range.<V> IListValueDescriptorBuilder<V>IValueDescriptorFactory. listBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)<V> IListValueDescriptorBuilder<V>IValueDescriptorFactory. listBuilder(IValueDescriptorCreator<V> elementType) - 
Uses of IListValueDescriptorBuilder in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IListValueDescriptorBuilder Modifier and Type Method Description <V> IListValueDescriptorBuilder<V>ValueDescriptorFactory. listBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)<V> IListValueDescriptorBuilder<V>ValueDescriptorFactory. listBuilder(IValueDescriptorCreator<V> elementType) 
 -