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>
IMapValueDescriptorBuilder. defaultValue(String key, IValueCreator<V> creator)
Sets the default value for the element at the given key.default IMapValueDescriptorBuilder<V>
IMapValueDescriptorBuilder. defaultValue(String key, V 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)
<V> IMapValueDescriptorBuilder<V>
IValueDescriptorFactory. mapBuilder(IValueDescriptorCreator<V> 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)
<V> IMapValueDescriptorBuilder<V>
ValueDescriptorFactory. mapBuilder(IValueDescriptorCreator<V> elementType)
-