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 TypeMethodDescriptionboolean
boolean
boolean
static void
registerType
(ModelBuilder modelBuilder) void
setCamundaDatePattern
(String camundaDatePattern) void
setCamundaDefault
(String camundaDefault) void
setCamundaExpression
(String camundaExpression) void
setCamundaId
(String camundaId) void
setCamundaName
(String camundaName) void
setCamundaReadable
(boolean isCamundaReadable) void
setCamundaRequired
(boolean isCamundaRequired) void
setCamundaType
(String camundaType) void
setCamundaVariable
(String camundaVariable) void
setCamundaWriteable
(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 Details
-
camundaIdAttribute
-
camundaNameAttribute
-
camundaTypeAttribute
-
camundaRequiredAttribute
-
camundaReadableAttribute
-
camundaWriteableAttribute
-
camundaVariableAttribute
-
camundaExpressionAttribute
-
camundaDatePatternAttribute
-
camundaDefaultAttribute
-
camundaValueCollection
-
-
Constructor Details
-
CamundaFormPropertyImpl
-
-
Method Details
-
registerType
-
getCamundaId
- Specified by:
getCamundaId
in interfaceCamundaFormProperty
-
setCamundaId
- Specified by:
setCamundaId
in interfaceCamundaFormProperty
-
getCamundaName
- Specified by:
getCamundaName
in interfaceCamundaFormProperty
-
setCamundaName
- Specified by:
setCamundaName
in interfaceCamundaFormProperty
-
getCamundaType
- Specified by:
getCamundaType
in interfaceCamundaFormProperty
-
setCamundaType
- Specified by:
setCamundaType
in interfaceCamundaFormProperty
-
isCamundaRequired
public boolean isCamundaRequired()- Specified by:
isCamundaRequired
in interfaceCamundaFormProperty
-
setCamundaRequired
public void setCamundaRequired(boolean isCamundaRequired) - Specified by:
setCamundaRequired
in interfaceCamundaFormProperty
-
isCamundaReadable
public boolean isCamundaReadable()- Specified by:
isCamundaReadable
in interfaceCamundaFormProperty
-
setCamundaReadable
public void setCamundaReadable(boolean isCamundaReadable) - Specified by:
setCamundaReadable
in interfaceCamundaFormProperty
-
isCamundaWriteable
public boolean isCamundaWriteable()- Specified by:
isCamundaWriteable
in interfaceCamundaFormProperty
-
setCamundaWriteable
public void setCamundaWriteable(boolean isCamundaWriteable) - Specified by:
setCamundaWriteable
in interfaceCamundaFormProperty
-
getCamundaVariable
- Specified by:
getCamundaVariable
in interfaceCamundaFormProperty
-
setCamundaVariable
- Specified by:
setCamundaVariable
in interfaceCamundaFormProperty
-
getCamundaExpression
- Specified by:
getCamundaExpression
in interfaceCamundaFormProperty
-
setCamundaExpression
- Specified by:
setCamundaExpression
in interfaceCamundaFormProperty
-
getCamundaDatePattern
- Specified by:
getCamundaDatePattern
in interfaceCamundaFormProperty
-
setCamundaDatePattern
- Specified by:
setCamundaDatePattern
in interfaceCamundaFormProperty
-
getCamundaDefault
- Specified by:
getCamundaDefault
in interfaceCamundaFormProperty
-
setCamundaDefault
- Specified by:
setCamundaDefault
in interfaceCamundaFormProperty
-
getCamundaValues
- Specified by:
getCamundaValues
in interfaceCamundaFormProperty
-