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
Fields Modifier and Type Field Description protected static Attribute<java.lang.String>camundaDatePatternAttributeprotected static Attribute<java.lang.String>camundaDefaultAttributeprotected static Attribute<java.lang.String>camundaExpressionAttributeprotected static Attribute<java.lang.String>camundaIdAttributeprotected static Attribute<java.lang.String>camundaNameAttributeprotected static Attribute<java.lang.Boolean>camundaReadableAttributeprotected static Attribute<java.lang.Boolean>camundaRequiredAttributeprotected static Attribute<java.lang.String>camundaTypeAttributeprotected static ChildElementCollection<CamundaValue>camundaValueCollectionprotected static Attribute<java.lang.String>camundaVariableAttributeprotected static Attribute<java.lang.Boolean>camundaWriteableAttribute-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CamundaFormPropertyImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCamundaDatePattern()java.lang.StringgetCamundaDefault()java.lang.StringgetCamundaExpression()java.lang.StringgetCamundaId()java.lang.StringgetCamundaName()java.lang.StringgetCamundaType()java.util.Collection<CamundaValue>getCamundaValues()java.lang.StringgetCamundaVariable()booleanisCamundaReadable()booleanisCamundaRequired()booleanisCamundaWriteable()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaDatePattern(java.lang.String camundaDatePattern)voidsetCamundaDefault(java.lang.String camundaDefault)voidsetCamundaExpression(java.lang.String camundaExpression)voidsetCamundaId(java.lang.String camundaId)voidsetCamundaName(java.lang.String camundaName)voidsetCamundaReadable(boolean isCamundaReadable)voidsetCamundaRequired(boolean isCamundaRequired)voidsetCamundaType(java.lang.String camundaType)voidsetCamundaVariable(java.lang.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 Attribute<java.lang.String> camundaIdAttribute
-
camundaNameAttribute
protected static Attribute<java.lang.String> camundaNameAttribute
-
camundaTypeAttribute
protected static Attribute<java.lang.String> camundaTypeAttribute
-
camundaRequiredAttribute
protected static Attribute<java.lang.Boolean> camundaRequiredAttribute
-
camundaReadableAttribute
protected static Attribute<java.lang.Boolean> camundaReadableAttribute
-
camundaWriteableAttribute
protected static Attribute<java.lang.Boolean> camundaWriteableAttribute
-
camundaVariableAttribute
protected static Attribute<java.lang.String> camundaVariableAttribute
-
camundaExpressionAttribute
protected static Attribute<java.lang.String> camundaExpressionAttribute
-
camundaDatePatternAttribute
protected static Attribute<java.lang.String> camundaDatePatternAttribute
-
camundaDefaultAttribute
protected static Attribute<java.lang.String> camundaDefaultAttribute
-
camundaValueCollection
protected static ChildElementCollection<CamundaValue> camundaValueCollection
-
-
Constructor Detail
-
CamundaFormPropertyImpl
public CamundaFormPropertyImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getCamundaId
public java.lang.String getCamundaId()
- Specified by:
getCamundaIdin interfaceCamundaFormProperty
-
setCamundaId
public void setCamundaId(java.lang.String camundaId)
- Specified by:
setCamundaIdin interfaceCamundaFormProperty
-
getCamundaName
public java.lang.String getCamundaName()
- Specified by:
getCamundaNamein interfaceCamundaFormProperty
-
setCamundaName
public void setCamundaName(java.lang.String camundaName)
- Specified by:
setCamundaNamein interfaceCamundaFormProperty
-
getCamundaType
public java.lang.String getCamundaType()
- Specified by:
getCamundaTypein interfaceCamundaFormProperty
-
setCamundaType
public void setCamundaType(java.lang.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 java.lang.String getCamundaVariable()
- Specified by:
getCamundaVariablein interfaceCamundaFormProperty
-
setCamundaVariable
public void setCamundaVariable(java.lang.String camundaVariable)
- Specified by:
setCamundaVariablein interfaceCamundaFormProperty
-
getCamundaExpression
public java.lang.String getCamundaExpression()
- Specified by:
getCamundaExpressionin interfaceCamundaFormProperty
-
setCamundaExpression
public void setCamundaExpression(java.lang.String camundaExpression)
- Specified by:
setCamundaExpressionin interfaceCamundaFormProperty
-
getCamundaDatePattern
public java.lang.String getCamundaDatePattern()
- Specified by:
getCamundaDatePatternin interfaceCamundaFormProperty
-
setCamundaDatePattern
public void setCamundaDatePattern(java.lang.String camundaDatePattern)
- Specified by:
setCamundaDatePatternin interfaceCamundaFormProperty
-
getCamundaDefault
public java.lang.String getCamundaDefault()
- Specified by:
getCamundaDefaultin interfaceCamundaFormProperty
-
setCamundaDefault
public void setCamundaDefault(java.lang.String camundaDefault)
- Specified by:
setCamundaDefaultin interfaceCamundaFormProperty
-
getCamundaValues
public java.util.Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValuesin interfaceCamundaFormProperty
-
-