Package org.flowable.rest.form
Class MonthFormType
java.lang.Object
org.flowable.engine.form.AbstractFormType
org.flowable.rest.form.MonthFormType
- All Implemented Interfaces:
Serializable,FormType
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFormValueToModelValue(String propertyValue) convertModelValueToFormValue(Object modelValue) getName()Methods inherited from class org.flowable.engine.form.AbstractFormType
getInformation
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
MonthFormType
public MonthFormType()
-
-
Method Details
-
getName
-
convertFormValueToModelValue
- Specified by:
convertFormValueToModelValuein classAbstractFormType
-
convertModelValueToFormValue
- Specified by:
convertModelValueToFormValuein classAbstractFormType
-