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
-
-
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>camundaDefaultAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaExpressionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaIdAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaNameAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>camundaReadableAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>camundaRequiredAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTypeAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue>camundaValueCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaVariableAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>camundaWriteableAttribute
-
Constructor Summary
Constructors Constructor Description CamundaFormPropertyImpl(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()StringgetCamundaDefault()StringgetCamundaExpression()StringgetCamundaId()StringgetCamundaName()StringgetCamundaType()Collection<CamundaValue>getCamundaValues()StringgetCamundaVariable()booleanisCamundaReadable()booleanisCamundaRequired()booleanisCamundaWriteable()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetCamundaDatePattern(String camundaDatePattern)voidsetCamundaDefault(String camundaDefault)voidsetCamundaExpression(String camundaExpression)voidsetCamundaId(String camundaId)voidsetCamundaName(String camundaName)voidsetCamundaReadable(boolean isCamundaReadable)voidsetCamundaRequired(boolean isCamundaRequired)voidsetCamundaType(String camundaType)voidsetCamundaVariable(String camundaVariable)voidsetCamundaWriteable(boolean isCamundaWriteable)-
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
-
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
-
-
Method Detail
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
getCamundaId
public String getCamundaId()
- Specified by:
getCamundaIdin interfaceCamundaFormProperty
-
setCamundaId
public void setCamundaId(String camundaId)
- Specified by:
setCamundaIdin interfaceCamundaFormProperty
-
getCamundaName
public String getCamundaName()
- Specified by:
getCamundaNamein interfaceCamundaFormProperty
-
setCamundaName
public void setCamundaName(String camundaName)
- Specified by:
setCamundaNamein interfaceCamundaFormProperty
-
getCamundaType
public String getCamundaType()
- Specified by:
getCamundaTypein interfaceCamundaFormProperty
-
setCamundaType
public void setCamundaType(String camundaType)
- Specified by:
setCamundaTypein interfaceCamundaFormProperty
-
isCamundaRequired
public boolean isCamundaRequired()
- Specified by:
isCamundaRequiredin interfaceCamundaFormProperty
-
setCamundaRequired
public void setCamundaRequired(boolean isCamundaRequired)
- Specified by:
setCamundaRequiredin interfaceCamundaFormProperty
-
isCamundaReadable
public boolean isCamundaReadable()
- Specified by:
isCamundaReadablein interfaceCamundaFormProperty
-
setCamundaReadable
public void setCamundaReadable(boolean isCamundaReadable)
- Specified by:
setCamundaReadablein interfaceCamundaFormProperty
-
isCamundaWriteable
public boolean isCamundaWriteable()
- Specified by:
isCamundaWriteablein interfaceCamundaFormProperty
-
setCamundaWriteable
public void setCamundaWriteable(boolean isCamundaWriteable)
- Specified by:
setCamundaWriteablein interfaceCamundaFormProperty
-
getCamundaVariable
public String getCamundaVariable()
- Specified by:
getCamundaVariablein interfaceCamundaFormProperty
-
setCamundaVariable
public void setCamundaVariable(String camundaVariable)
- Specified by:
setCamundaVariablein interfaceCamundaFormProperty
-
getCamundaExpression
public String getCamundaExpression()
- Specified by:
getCamundaExpressionin interfaceCamundaFormProperty
-
setCamundaExpression
public void setCamundaExpression(String camundaExpression)
- Specified by:
setCamundaExpressionin interfaceCamundaFormProperty
-
getCamundaDatePattern
public String getCamundaDatePattern()
- Specified by:
getCamundaDatePatternin interfaceCamundaFormProperty
-
setCamundaDatePattern
public void setCamundaDatePattern(String camundaDatePattern)
- Specified by:
setCamundaDatePatternin interfaceCamundaFormProperty
-
getCamundaDefault
public String getCamundaDefault()
- Specified by:
getCamundaDefaultin interfaceCamundaFormProperty
-
setCamundaDefault
public void setCamundaDefault(String camundaDefault)
- Specified by:
setCamundaDefaultin interfaceCamundaFormProperty
-
getCamundaValues
public Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValuesin interfaceCamundaFormProperty
-
-