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 IStringValueDescriptorIValueDescriptor. asString()Casts this descriptor to a string value descriptor type.default IStringValueDescriptorIValueDescriptorFactory. string()default IStringValueDescriptorIValueDescriptorFactory. string(String defaultValue)default IStringValueDescriptorIValueDescriptorFactory. string(String defaultValue, String descriptionI18n)IStringValueDescriptorIStringValueDescriptor. withDefaultValue(Object defaultValue)IStringValueDescriptorIStringValueDescriptor. 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 IStringValueDescriptorRecordValueDescriptorWrapper. asString()
-