Class BooleanFormType
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
-
- org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
-
- org.camunda.bpm.engine.impl.form.type.BooleanFormType
-
- All Implemented Interfaces:
FormType
public class BooleanFormType extends SimpleFormFieldType
- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description BooleanFormType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertFormValueToModelValue(Object propertyValue)StringconvertModelValueToFormValue(Object modelValue)org.camunda.bpm.engine.variable.value.TypedValueconvertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)StringgetName()Name for the form type.-
Methods inherited from class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
convertToFormValue, convertToModelValue
-
Methods inherited from class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
getInformation
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:FormTypeName for the form type.- Specified by:
getNamein interfaceFormType- Specified by:
getNamein classAbstractFormFieldType
-
convertValue
public org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
- Specified by:
convertValuein classSimpleFormFieldType
-
convertFormValueToModelValue
public Object convertFormValueToModelValue(Object propertyValue)
- Specified by:
convertFormValueToModelValuein classAbstractFormFieldType
-
convertModelValueToFormValue
public String convertModelValueToFormValue(Object modelValue)
- Specified by:
convertModelValueToFormValuein classAbstractFormFieldType
-
-