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
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 Attribute<java.lang.String>camundaDatePatternAttributeprotected static Attribute<java.lang.String>camundaDefaultValueAttributeprotected static Attribute<java.lang.String>camundaIdAttributeprotected static Attribute<java.lang.String>camundaLabelAttributeprotected static ChildElement<CamundaProperties>camundaPropertiesChildprotected static Attribute<java.lang.String>camundaTypeAttributeprotected static ChildElement<CamundaValidation>camundaValidationChildprotected static ChildElementCollection<CamundaValue>camundaValueCollection-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CamundaFormFieldImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCamundaDatePattern()java.lang.StringgetCamundaDefaultValue()java.lang.StringgetCamundaId()java.lang.StringgetCamundaLabel()CamundaPropertiesgetCamundaProperties()java.lang.StringgetCamundaType()CamundaValidationgetCamundaValidation()java.util.Collection<CamundaValue>getCamundaValues()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaDatePattern(java.lang.String camundaDatePattern)voidsetCamundaDefaultValue(java.lang.String camundaDefaultValue)voidsetCamundaId(java.lang.String camundaId)voidsetCamundaLabel(java.lang.String camundaLabel)voidsetCamundaProperties(CamundaProperties camundaProperties)voidsetCamundaType(java.lang.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 Attribute<java.lang.String> camundaIdAttribute
-
camundaLabelAttribute
protected static Attribute<java.lang.String> camundaLabelAttribute
-
camundaTypeAttribute
protected static Attribute<java.lang.String> camundaTypeAttribute
-
camundaDatePatternAttribute
protected static Attribute<java.lang.String> camundaDatePatternAttribute
-
camundaDefaultValueAttribute
protected static Attribute<java.lang.String> camundaDefaultValueAttribute
-
camundaPropertiesChild
protected static ChildElement<CamundaProperties> camundaPropertiesChild
-
camundaValidationChild
protected static ChildElement<CamundaValidation> camundaValidationChild
-
camundaValueCollection
protected static ChildElementCollection<CamundaValue> camundaValueCollection
-
-
Constructor Detail
-
CamundaFormFieldImpl
public CamundaFormFieldImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getCamundaId
public java.lang.String getCamundaId()
- Specified by:
getCamundaIdin interfaceCamundaFormField
-
setCamundaId
public void setCamundaId(java.lang.String camundaId)
- Specified by:
setCamundaIdin interfaceCamundaFormField
-
getCamundaLabel
public java.lang.String getCamundaLabel()
- Specified by:
getCamundaLabelin interfaceCamundaFormField
-
setCamundaLabel
public void setCamundaLabel(java.lang.String camundaLabel)
- Specified by:
setCamundaLabelin interfaceCamundaFormField
-
getCamundaType
public java.lang.String getCamundaType()
- Specified by:
getCamundaTypein interfaceCamundaFormField
-
setCamundaType
public void setCamundaType(java.lang.String camundaType)
- Specified by:
setCamundaTypein interfaceCamundaFormField
-
getCamundaDatePattern
public java.lang.String getCamundaDatePattern()
- Specified by:
getCamundaDatePatternin interfaceCamundaFormField
-
setCamundaDatePattern
public void setCamundaDatePattern(java.lang.String camundaDatePattern)
- Specified by:
setCamundaDatePatternin interfaceCamundaFormField
-
getCamundaDefaultValue
public java.lang.String getCamundaDefaultValue()
- Specified by:
getCamundaDefaultValuein interfaceCamundaFormField
-
setCamundaDefaultValue
public void setCamundaDefaultValue(java.lang.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 java.util.Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValuesin interfaceCamundaFormField
-
-