Package org.flowable.engine.form
Interface FormType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractFormType,BooleanFormType,DateFormType,DoubleFormType,EnumFormType,LongFormType,StringFormType
public interface FormType extends Serializable
Used to indicate the type on aFormProperty.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetInformation(String key)Retrieve type specific extra information like the list of values for enum types or the format for date types.StringgetName()Name for the form type.
-
-
-
Method Detail
-
getName
String getName()
Name for the form type.
-
-