Class CamundaFormFieldImpl
java.lang.Object
org.cibseven.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.cibseven.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.cibseven.bpm.model.bpmn.impl.instance.cibseven.CamundaFormFieldImpl
- All Implemented Interfaces:
BpmnModelElementInstance,CamundaFormField,ModelElementInstance
The BPMN formField camunda extension element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static ChildElement<CamundaProperties>protected static ChildElement<CamundaValidation>protected static ChildElementCollection<CamundaValue>Fields inherited from class org.cibseven.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(ModelBuilder modelBuilder) voidsetCamundaDatePattern(String camundaDatePattern) voidsetCamundaDefaultValue(String camundaDefaultValue) voidsetCamundaId(String camundaId) voidsetCamundaLabel(String camundaLabel) voidsetCamundaProperties(CamundaProperties camundaProperties) voidsetCamundaType(String camundaType) voidsetCamundaValidation(CamundaValidation camundaValidation) Methods inherited from class org.cibseven.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.cibseven.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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cibseven.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.cibseven.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:
getCamundaIdin interfaceCamundaFormField
-
setCamundaId
- Specified by:
setCamundaIdin interfaceCamundaFormField
-
getCamundaLabel
- Specified by:
getCamundaLabelin interfaceCamundaFormField
-
setCamundaLabel
- Specified by:
setCamundaLabelin interfaceCamundaFormField
-
getCamundaType
- Specified by:
getCamundaTypein interfaceCamundaFormField
-
setCamundaType
- Specified by:
setCamundaTypein interfaceCamundaFormField
-
getCamundaDatePattern
- Specified by:
getCamundaDatePatternin interfaceCamundaFormField
-
setCamundaDatePattern
- Specified by:
setCamundaDatePatternin interfaceCamundaFormField
-
getCamundaDefaultValue
- Specified by:
getCamundaDefaultValuein interfaceCamundaFormField
-
setCamundaDefaultValue
- Specified by:
setCamundaDefaultValuein interfaceCamundaFormField
-
getCamundaProperties
- Specified by:
getCamundaPropertiesin interfaceCamundaFormField
-
setCamundaProperties
- Specified by:
setCamundaPropertiesin interfaceCamundaFormField
-
getCamundaValidation
- Specified by:
getCamundaValidationin interfaceCamundaFormField
-
setCamundaValidation
- Specified by:
setCamundaValidationin interfaceCamundaFormField
-
getCamundaValues
- Specified by:
getCamundaValuesin interfaceCamundaFormField
-