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
The BPMN formField camunda extension element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaProperties>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaValidation>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue>Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionCamundaFormFieldImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, isScopeMethods 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods 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
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
-
-
Constructor Details
-
CamundaFormFieldImpl
public CamundaFormFieldImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
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
-