public interface CamundaFormField extends BpmnModelElementInstance
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaDatePattern() |
String |
getCamundaDefaultValue() |
String |
getCamundaId() |
String |
getCamundaLabel() |
CamundaProperties |
getCamundaProperties() |
String |
getCamundaType() |
CamundaValidation |
getCamundaValidation() |
Collection<CamundaValue> |
getCamundaValues() |
void |
setCamundaDatePattern(String camundaDatePattern) |
void |
setCamundaDefaultValue(String camundaDefaultValue) |
void |
setCamundaId(String camundaId) |
void |
setCamundaLabel(String camundaLabel) |
void |
setCamundaProperties(CamundaProperties camundaProperties) |
void |
setCamundaType(String camundaType) |
void |
setCamundaValidation(CamundaValidation camundaValidation) |
builder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementString getCamundaId()
void setCamundaId(String camundaId)
String getCamundaLabel()
void setCamundaLabel(String camundaLabel)
String getCamundaType()
void setCamundaType(String camundaType)
String getCamundaDatePattern()
void setCamundaDatePattern(String camundaDatePattern)
String getCamundaDefaultValue()
void setCamundaDefaultValue(String camundaDefaultValue)
CamundaProperties getCamundaProperties()
void setCamundaProperties(CamundaProperties camundaProperties)
CamundaValidation getCamundaValidation()
void setCamundaValidation(CamundaValidation camundaValidation)
Collection<CamundaValue> getCamundaValues()
Copyright © 2022. All rights reserved.