Package org.flowable.engine.impl.form
Class DoubleFormType
java.lang.Object
org.flowable.engine.form.AbstractFormType
org.flowable.engine.impl.form.DoubleFormType
- All Implemented Interfaces:
Serializable,FormType
- Author:
- Tom Baeyens
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue(String propertyValue) convertModelValueToFormValue(Object modelValue) getName()Name for the form type.Methods inherited from class org.flowable.engine.form.AbstractFormType
getInformation
-
Constructor Details
-
DoubleFormType
public DoubleFormType()
-
-
Method Details
-
getName
Description copied from interface:FormTypeName for the form type. -
getMimeType
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValuein classAbstractFormType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValuein classAbstractFormType
-