public class CamundaFormFieldImpl extends BpmnModelElementInstanceImpl implements CamundaFormField
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaDatePatternAttribute |
protected static Attribute<String> |
camundaDefaultValueAttribute |
protected static Attribute<String> |
camundaIdAttribute |
protected static Attribute<String> |
camundaLabelAttribute |
protected static ChildElement<CamundaProperties> |
camundaPropertiesChild |
protected static Attribute<String> |
camundaTypeAttribute |
protected static ChildElement<CamundaValidation> |
camundaValidationChild |
protected static ChildElementCollection<CamundaValue> |
camundaValueCollection |
modelInstance| Constructor and Description |
|---|
CamundaFormFieldImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaDatePattern() |
String |
getCamundaDefaultValue() |
String |
getCamundaId() |
String |
getCamundaLabel() |
CamundaProperties |
getCamundaProperties() |
String |
getCamundaType() |
CamundaValidation |
getCamundaValidation() |
Collection<CamundaValue> |
getCamundaValues() |
static void |
registerType(ModelBuilder modelBuilder) |
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, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, 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, updateAfterReplacementprotected static ChildElement<CamundaProperties> camundaPropertiesChild
protected static ChildElement<CamundaValidation> camundaValidationChild
protected static ChildElementCollection<CamundaValue> camundaValueCollection
public CamundaFormFieldImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaId()
getCamundaId in interface CamundaFormFieldpublic void setCamundaId(String camundaId)
setCamundaId in interface CamundaFormFieldpublic String getCamundaLabel()
getCamundaLabel in interface CamundaFormFieldpublic void setCamundaLabel(String camundaLabel)
setCamundaLabel in interface CamundaFormFieldpublic String getCamundaType()
getCamundaType in interface CamundaFormFieldpublic void setCamundaType(String camundaType)
setCamundaType in interface CamundaFormFieldpublic String getCamundaDatePattern()
getCamundaDatePattern in interface CamundaFormFieldpublic void setCamundaDatePattern(String camundaDatePattern)
setCamundaDatePattern in interface CamundaFormFieldpublic String getCamundaDefaultValue()
getCamundaDefaultValue in interface CamundaFormFieldpublic void setCamundaDefaultValue(String camundaDefaultValue)
setCamundaDefaultValue in interface CamundaFormFieldpublic CamundaProperties getCamundaProperties()
getCamundaProperties in interface CamundaFormFieldpublic void setCamundaProperties(CamundaProperties camundaProperties)
setCamundaProperties in interface CamundaFormFieldpublic CamundaValidation getCamundaValidation()
getCamundaValidation in interface CamundaFormFieldpublic void setCamundaValidation(CamundaValidation camundaValidation)
setCamundaValidation in interface CamundaFormFieldpublic Collection<CamundaValue> getCamundaValues()
getCamundaValues in interface CamundaFormFieldCopyright © 2021. All rights reserved.