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,ModelElementInstance
public class CamundaFormPropertyImpl
extends BpmnModelElementInstanceImpl
implements CamundaFormProperty
The BPMN formProperty camunda extension element
- Author:
- Sebastian Menski
-
Field Summary
FieldsFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanstatic voidregisterType(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, 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
-
camundaNameAttribute
-
camundaTypeAttribute
-
camundaRequiredAttribute
-
camundaReadableAttribute
-
camundaWriteableAttribute
-
camundaVariableAttribute
-
camundaExpressionAttribute
-
camundaDatePatternAttribute
-
camundaDefaultAttribute
-
camundaValueCollection
-
-
Constructor Details
-
CamundaFormPropertyImpl
-
-
Method Details
-
registerType
-
getCamundaId
- Specified by:
getCamundaIdin interfaceCamundaFormProperty
-
setCamundaId
- Specified by:
setCamundaIdin interfaceCamundaFormProperty
-
getCamundaName
- Specified by:
getCamundaNamein interfaceCamundaFormProperty
-
setCamundaName
- Specified by:
setCamundaNamein interfaceCamundaFormProperty
-
getCamundaType
- Specified by:
getCamundaTypein interfaceCamundaFormProperty
-
setCamundaType
- 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
- Specified by:
getCamundaVariablein interfaceCamundaFormProperty
-
setCamundaVariable
- Specified by:
setCamundaVariablein interfaceCamundaFormProperty
-
getCamundaExpression
- Specified by:
getCamundaExpressionin interfaceCamundaFormProperty
-
setCamundaExpression
- Specified by:
setCamundaExpressionin interfaceCamundaFormProperty
-
getCamundaDatePattern
- Specified by:
getCamundaDatePatternin interfaceCamundaFormProperty
-
setCamundaDatePattern
- Specified by:
setCamundaDatePatternin interfaceCamundaFormProperty
-
getCamundaDefault
- Specified by:
getCamundaDefaultin interfaceCamundaFormProperty
-
setCamundaDefault
- Specified by:
setCamundaDefaultin interfaceCamundaFormProperty
-
getCamundaValues
- Specified by:
getCamundaValuesin interfaceCamundaFormProperty
-