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