Uses of Interface
de.xima.fc.interfaces.workflow.value.IFloatValueBuilder
-
Packages that use IFloatValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IFloatValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IFloatValueBuilder Modifier and Type Method Description default IFloatValueBuilder
IValueBuilder. asFloat()
Casts this builder to a floating point value builder.IFloatValueBuilder
IFloatValueBuilder. value(double value)
default IFloatValueBuilder
IFloatValueBuilder. value(Number value)
-