Class FormVariable
java.lang.Object
com.flowable.form.engine.impl.util.FormVariable
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNestedVariableTypes
(Map<String, List<FormVariable>> nestedVariableTypesToAdd) getName()
getType()
boolean
boolean
boolean
toString()
-
Field Details
-
name
-
type
-
subType
-
nestedVariableTypes
-
formField
-
isWritable
protected final boolean isWritable -
isEnabled
protected final boolean isEnabled -
isRequired
protected final boolean isRequired
-
-
Constructor Details
-
FormVariable
-
FormVariable
-
-
Method Details