Uses of Class
org.flowable.bpmn.model.FormValue
-
Packages that use FormValue Package Description org.flowable.bpmn.model -
-
Uses of FormValue in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type FormValue Modifier and Type Field Description protected List<FormValue>FormProperty. formValuesMethods in org.flowable.bpmn.model that return FormValue Modifier and Type Method Description FormValueFormValue. clone()Methods in org.flowable.bpmn.model that return types with arguments of type FormValue Modifier and Type Method Description List<FormValue>FormProperty. getFormValues()Methods in org.flowable.bpmn.model with parameters of type FormValue Modifier and Type Method Description voidFormValue. setValues(FormValue otherValue)Method parameters in org.flowable.bpmn.model with type arguments of type FormValue Modifier and Type Method Description voidFormProperty. setFormValues(List<FormValue> formValues)
-