Package org.flowable.bpmn.model
Class FormValue
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.FormValue
-
- All Implemented Interfaces:
HasExtensionAttributes
public class FormValue extends BaseElement
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringname-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description FormValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValueclone()StringgetName()voidsetName(String name)voidsetValues(FormValue otherValue)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
name
protected String name
-
-