org.camunda.bpm.model.bpmn.impl.instance.camunda
Class CamundaFormPropertyImpl
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.CamundaFormPropertyImpl
- All Implemented Interfaces:
- BpmnModelElementInstance, CamundaFormProperty, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CamundaFormPropertyImpl
- extends BpmnModelElementInstanceImpl
- implements CamundaFormProperty
The BPMN formProperty camunda extension element
- Author:
- Sebastian Menski
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
CamundaFormPropertyImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| 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 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 |
camundaIdAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaIdAttribute
camundaNameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaNameAttribute
camundaTypeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute
camundaRequiredAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaRequiredAttribute
camundaReadableAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaReadableAttribute
camundaWriteableAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaWriteableAttribute
camundaVariableAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVariableAttribute
camundaExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
camundaDatePatternAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDatePatternAttribute
camundaDefaultAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDefaultAttribute
camundaValueCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> camundaValueCollection
CamundaFormPropertyImpl
public CamundaFormPropertyImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getCamundaId
public String getCamundaId()
- Specified by:
getCamundaId in interface CamundaFormProperty
setCamundaId
public void setCamundaId(String camundaId)
- Specified by:
setCamundaId in interface CamundaFormProperty
getCamundaName
public String getCamundaName()
- Specified by:
getCamundaName in interface CamundaFormProperty
setCamundaName
public void setCamundaName(String camundaName)
- Specified by:
setCamundaName in interface CamundaFormProperty
getCamundaType
public String getCamundaType()
- Specified by:
getCamundaType in interface CamundaFormProperty
setCamundaType
public void setCamundaType(String camundaType)
- Specified by:
setCamundaType in interface CamundaFormProperty
isCamundaRequired
public boolean isCamundaRequired()
- Specified by:
isCamundaRequired in interface CamundaFormProperty
setCamundaRequired
public void setCamundaRequired(boolean isCamundaRequired)
- Specified by:
setCamundaRequired in interface CamundaFormProperty
isCamundaReadable
public boolean isCamundaReadable()
- Specified by:
isCamundaReadable in interface CamundaFormProperty
setCamundaReadable
public void setCamundaReadable(boolean isCamundaReadable)
- Specified by:
setCamundaReadable in interface CamundaFormProperty
isCamundaWriteable
public boolean isCamundaWriteable()
- Specified by:
isCamundaWriteable in interface CamundaFormProperty
setCamundaWriteable
public void setCamundaWriteable(boolean isCamundaWriteable)
- Specified by:
setCamundaWriteable in interface CamundaFormProperty
getCamundaVariable
public String getCamundaVariable()
- Specified by:
getCamundaVariable in interface CamundaFormProperty
setCamundaVariable
public void setCamundaVariable(String camundaVariable)
- Specified by:
setCamundaVariable in interface CamundaFormProperty
getCamundaExpression
public String getCamundaExpression()
- Specified by:
getCamundaExpression in interface CamundaFormProperty
setCamundaExpression
public void setCamundaExpression(String camundaExpression)
- Specified by:
setCamundaExpression in interface CamundaFormProperty
getCamundaDatePattern
public String getCamundaDatePattern()
- Specified by:
getCamundaDatePattern in interface CamundaFormProperty
setCamundaDatePattern
public void setCamundaDatePattern(String camundaDatePattern)
- Specified by:
setCamundaDatePattern in interface CamundaFormProperty
getCamundaDefault
public String getCamundaDefault()
- Specified by:
getCamundaDefault in interface CamundaFormProperty
setCamundaDefault
public void setCamundaDefault(String camundaDefault)
- Specified by:
setCamundaDefault in interface CamundaFormProperty
getCamundaValues
public Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValues in interface CamundaFormProperty
Copyright © 2017 camunda services GmbH. All rights reserved.