Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueDescriptor
-
Packages that use IStringValueDescriptor Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value.wrapper -
-
Uses of IStringValueDescriptor in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IStringValueDescriptor Modifier and Type Method Description IStringValueDescriptor
IValueDescriptor. asString()
Casts this descriptor to a string value descriptor type.default IStringValueDescriptor
IValueDescriptorFactory. string()
default IStringValueDescriptor
IValueDescriptorFactory. string(String defaultValue)
default IStringValueDescriptor
IValueDescriptorFactory. string(String defaultValue, String descriptionI18n)
IStringValueDescriptor
IStringValueDescriptor. withDefaultValue(Object defaultValue)
IStringValueDescriptor
IStringValueDescriptor. withDescription(String description)
-
Uses of IStringValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IStringValueDescriptor Modifier and Type Method Description IStringValueDescriptor
RecordValueDescriptorWrapper. asString()
-