Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueDescriptorBuilder
- 
Packages that use IMapValueDescriptorBuilder Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value  - 
- 
Uses of IMapValueDescriptorBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IMapValueDescriptorBuilder Modifier and Type Method Description IMapValueDescriptorBuilder<V>IMapValueDescriptor. configure()IMapValueDescriptorBuilder<V>IMapValueDescriptorBuilder. defaultValue(String key, IValueCreator creator)Sets the default value for the element at the given key.default IMapValueDescriptorBuilder<V>IMapValueDescriptorBuilder. defaultValue(String key, Object value)Sets the default value for the element at the given key.IMapValueDescriptorBuilder<V>IMapValueDescriptorBuilder. description(String description)<V> IMapValueDescriptorBuilder<V>IValueDescriptorFactory. mapBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)IMapValueDescriptorBuilder<?>IValueDescriptorFactory. mapBuilder(IValueDescriptorCreator elementType) - 
Uses of IMapValueDescriptorBuilder in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IMapValueDescriptorBuilder Modifier and Type Method Description <V> IMapValueDescriptorBuilder<V>ValueDescriptorFactory. mapBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)IMapValueDescriptorBuilder<?>ValueDescriptorFactory. mapBuilder(IValueDescriptorCreator elementType) 
 -