Class CamundaFormFieldImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
- All Implemented Interfaces:
BpmnModelElementInstance
,CamundaFormField
,ModelElementInstance
The BPMN formField camunda extension element
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionprotected static ChildElement<CamundaProperties>
protected static ChildElement<CamundaValidation>
protected static ChildElementCollection<CamundaValue>
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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, updateAfterReplacement
-
Field Details
-
camundaIdAttribute
-
camundaLabelAttribute
-
camundaTypeAttribute
-
camundaDatePatternAttribute
-
camundaDefaultValueAttribute
-
camundaPropertiesChild
-
camundaValidationChild
-
camundaValueCollection
-
-
Constructor Details
-
CamundaFormFieldImpl
-
-
Method Details
-
registerType
-
getCamundaId
- Specified by:
getCamundaId
in interfaceCamundaFormField
-
setCamundaId
- Specified by:
setCamundaId
in interfaceCamundaFormField
-
getCamundaLabel
- Specified by:
getCamundaLabel
in interfaceCamundaFormField
-
setCamundaLabel
- Specified by:
setCamundaLabel
in interfaceCamundaFormField
-
getCamundaType
- Specified by:
getCamundaType
in interfaceCamundaFormField
-
setCamundaType
- Specified by:
setCamundaType
in interfaceCamundaFormField
-
getCamundaDatePattern
- Specified by:
getCamundaDatePattern
in interfaceCamundaFormField
-
setCamundaDatePattern
- Specified by:
setCamundaDatePattern
in interfaceCamundaFormField
-
getCamundaDefaultValue
- Specified by:
getCamundaDefaultValue
in interfaceCamundaFormField
-
setCamundaDefaultValue
- Specified by:
setCamundaDefaultValue
in interfaceCamundaFormField
-
getCamundaProperties
- Specified by:
getCamundaProperties
in interfaceCamundaFormField
-
setCamundaProperties
- Specified by:
setCamundaProperties
in interfaceCamundaFormField
-
getCamundaValidation
- Specified by:
getCamundaValidation
in interfaceCamundaFormField
-
setCamundaValidation
- Specified by:
setCamundaValidation
in interfaceCamundaFormField
-
getCamundaValues
- Specified by:
getCamundaValues
in interfaceCamundaFormField
-