Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueBuilder
-
Packages that use IStringValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IStringValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IStringValueBuilder Modifier and Type Method Description default 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 IStringValueBuilder Modifier and Type Method Description default 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.
-