org.camunda.bpm.engine.impl.form.type
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
BooleanFormType
public BooleanFormType()
getName
public String getName()
- Description copied from interface:
FormType
- Name for the form type.
- Specified by:
getName in interface FormType- Specified by:
getName in class AbstractFormFieldType
convertValue
public org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
- Specified by:
convertValue in class SimpleFormFieldType
convertFormValueToModelValue
public Object convertFormValueToModelValue(Object propertyValue)
- Specified by:
convertFormValueToModelValue in class AbstractFormFieldType
convertModelValueToFormValue
public String convertModelValueToFormValue(Object modelValue)
- Specified by:
convertModelValueToFormValue in class AbstractFormFieldType
Copyright © 2016 camunda services GmbH. All rights reserved.