Uses of Interface
de.xima.fc.interfaces.workflow.value.IMapValueDescriptor
-
Packages that use IMapValueDescriptor Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IMapValueDescriptor in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IMapValueDescriptor Modifier and Type Method Description default <T> IMapValueDescriptor<T>IValueDescriptor. asMap()Casts this descriptor to a map value descriptor type.default <V> IMapValueDescriptor<V>IValueDescriptorFactory. map(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)default <V> IMapValueDescriptor<V>IValueDescriptorFactory. map(IValueDescriptorCreator<V> elementType)default <V> IMapValueDescriptor<LargeString>IValueDescriptorFactory. mapToLargeStrings()default <V> IMapValueDescriptor<LargeString>IValueDescriptorFactory. mapToLargeStrings(String descriptionI18n)default <V> IMapValueDescriptor<String>IValueDescriptorFactory. mapToStrings()default <V> IMapValueDescriptor<String>IValueDescriptorFactory. mapToStrings(String descriptionI18n)
-