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 TypeMethodDescriptionvoidaddNestedVariableTypes(Map<String, List<FormVariable>> nestedVariableTypesToAdd) getName()getType()booleanbooleanbooleanbooleantoString()
-
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
-
getName
-
getType
-
getSubType
-
getNestedVariableTypes
-
addNestedVariableTypes
-
getFormField
-
isEnabled
public boolean isEnabled() -
isRequired
public boolean isRequired() -
isWritable
public boolean isWritable() -
isIgnored
public boolean isIgnored() -
toString
-