Package org.flowable.engine.impl.form
Class BooleanFormType
- java.lang.Object
-
- org.flowable.engine.form.AbstractFormType
-
- org.flowable.engine.impl.form.BooleanFormType
-
- All Implemented Interfaces:
Serializable,FormType
public class BooleanFormType extends AbstractFormType
- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BooleanFormType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertFormValueToModelValue(String propertyValue)StringconvertModelValueToFormValue(Object modelValue)StringgetMimeType()StringgetName()Name for the form type.-
Methods inherited from class org.flowable.engine.form.AbstractFormType
getInformation
-
-
-
-
Method Detail
-
getMimeType
public String getMimeType()
-
convertFormValueToModelValue
public Object convertFormValueToModelValue(String propertyValue)
- Specified by:
convertFormValueToModelValuein classAbstractFormType
-
convertModelValueToFormValue
public String convertModelValueToFormValue(Object modelValue)
- Specified by:
convertModelValueToFormValuein classAbstractFormType
-
-