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,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CamundaFormFieldImpl extends BpmnModelElementInstanceImpl implements CamundaFormField
The BPMN formField camunda extension element- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaDatePatternAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaDefaultValueAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaIdAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaLabelAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaProperties>camundaPropertiesChildprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTypeAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaValidation>camundaValidationChildprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue>camundaValueCollection
-
Constructor Summary
Constructors Constructor Description CamundaFormFieldImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCamundaDatePattern()StringgetCamundaDefaultValue()StringgetCamundaId()StringgetCamundaLabel()CamundaPropertiesgetCamundaProperties()StringgetCamundaType()CamundaValidationgetCamundaValidation()Collection<CamundaValue>getCamundaValues()static voidregisterType(org.camunda.bpm.model.xml.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.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 Detail
-
camundaIdAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaIdAttribute
-
camundaLabelAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaLabelAttribute
-
camundaTypeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute
-
camundaDatePatternAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDatePatternAttribute
-
camundaDefaultValueAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDefaultValueAttribute
-
camundaPropertiesChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaProperties> camundaPropertiesChild
-
camundaValidationChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaValidation> camundaValidationChild
-
camundaValueCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> camundaValueCollection
-
-
Method Detail
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
getCamundaId
public String getCamundaId()
- Specified by:
getCamundaIdin interfaceCamundaFormField
-
setCamundaId
public void setCamundaId(String camundaId)
- Specified by:
setCamundaIdin interfaceCamundaFormField
-
getCamundaLabel
public String getCamundaLabel()
- Specified by:
getCamundaLabelin interfaceCamundaFormField
-
setCamundaLabel
public void setCamundaLabel(String camundaLabel)
- Specified by:
setCamundaLabelin interfaceCamundaFormField
-
getCamundaType
public String getCamundaType()
- Specified by:
getCamundaTypein interfaceCamundaFormField
-
setCamundaType
public void setCamundaType(String camundaType)
- Specified by:
setCamundaTypein interfaceCamundaFormField
-
getCamundaDatePattern
public String getCamundaDatePattern()
- Specified by:
getCamundaDatePatternin interfaceCamundaFormField
-
setCamundaDatePattern
public void setCamundaDatePattern(String camundaDatePattern)
- Specified by:
setCamundaDatePatternin interfaceCamundaFormField
-
getCamundaDefaultValue
public String getCamundaDefaultValue()
- Specified by:
getCamundaDefaultValuein interfaceCamundaFormField
-
setCamundaDefaultValue
public void setCamundaDefaultValue(String camundaDefaultValue)
- Specified by:
setCamundaDefaultValuein interfaceCamundaFormField
-
getCamundaProperties
public CamundaProperties getCamundaProperties()
- Specified by:
getCamundaPropertiesin interfaceCamundaFormField
-
setCamundaProperties
public void setCamundaProperties(CamundaProperties camundaProperties)
- Specified by:
setCamundaPropertiesin interfaceCamundaFormField
-
getCamundaValidation
public CamundaValidation getCamundaValidation()
- Specified by:
getCamundaValidationin interfaceCamundaFormField
-
setCamundaValidation
public void setCamundaValidation(CamundaValidation camundaValidation)
- Specified by:
setCamundaValidationin interfaceCamundaFormField
-
getCamundaValues
public Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValuesin interfaceCamundaFormField
-
-