Uses of Interface
de.xima.fc.interfaces.workflow.value.IFloatValueDescriptor
-
Packages that use IFloatValueDescriptor Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value.wrapper -
-
Uses of IFloatValueDescriptor in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IFloatValueDescriptor Modifier and Type Method Description IFloatValueDescriptorIValueDescriptor. asFloat()Casts this descriptor to a float value descriptor type.default IFloatValueDescriptorIValueDescriptorFactory. floating()default IFloatValueDescriptorIValueDescriptorFactory. floating(double defaultValue)default IFloatValueDescriptorIValueDescriptorFactory. floating(double defaultValue, String descriptionI18n)IFloatValueDescriptorIFloatValueDescriptor. withDefaultValue(Object defaultValue)IFloatValueDescriptorIFloatValueDescriptor. withDescription(String description) -
Uses of IFloatValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IFloatValueDescriptor Modifier and Type Method Description IFloatValueDescriptorRecordValueDescriptorWrapper. asFloat()
-