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