Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueBuilder
Packages that use IStringValueBuilder
-
Uses of IStringValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IStringValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a string value.interfaceAIValueDescriptorfor string value.interfaceAIValueDescriptorBuilderfor creating a string value descriptors.Methods in de.xima.fc.interfaces.workflow.value that return IStringValueBuilderModifier and TypeMethodDescriptiondefault IStringValueBuilderIValueBuilder.asString()default IStringValueBuilderIValueConfigurator.asString()Casts this builder to a string value builder.default IStringValueBuilderIStringValueBuilder.asThis()Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IStringValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenString(Consumer<? super IStringValueBuilder> action) default IValueBuilder<T> IValueBuilder.whenString(Consumer<? super IStringValueBuilder> action) default IValueConfiguratorIValueConfigurator.whenString(Consumer<? super IStringValueBuilder> action) Execute the given action with this builder as a string value builder, if this builder is of that type.