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>
camundaDatePatternAttribute
protected static Attribute<java.lang.String>
camundaDefaultAttribute
protected static Attribute<java.lang.String>
camundaExpressionAttribute
protected static Attribute<java.lang.String>
camundaIdAttribute
protected static Attribute<java.lang.String>
camundaNameAttribute
protected static Attribute<java.lang.Boolean>
camundaReadableAttribute
protected static Attribute<java.lang.Boolean>
camundaRequiredAttribute
protected static Attribute<java.lang.String>
camundaTypeAttribute
protected static ChildElementCollection<CamundaValue>
camundaValueCollection
protected static Attribute<java.lang.String>
camundaVariableAttribute
protected 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.String
getCamundaDatePattern()
java.lang.String
getCamundaDefault()
java.lang.String
getCamundaExpression()
java.lang.String
getCamundaId()
java.lang.String
getCamundaName()
java.lang.String
getCamundaType()
java.util.Collection<CamundaValue>
getCamundaValues()
java.lang.String
getCamundaVariable()
boolean
isCamundaReadable()
boolean
isCamundaRequired()
boolean
isCamundaWriteable()
static void
registerType(ModelBuilder modelBuilder)
void
setCamundaDatePattern(java.lang.String camundaDatePattern)
void
setCamundaDefault(java.lang.String camundaDefault)
void
setCamundaExpression(java.lang.String camundaExpression)
void
setCamundaId(java.lang.String camundaId)
void
setCamundaName(java.lang.String camundaName)
void
setCamundaReadable(boolean isCamundaReadable)
void
setCamundaRequired(boolean isCamundaRequired)
void
setCamundaType(java.lang.String camundaType)
void
setCamundaVariable(java.lang.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 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:
getCamundaId
in interfaceCamundaFormProperty
-
setCamundaId
public void setCamundaId(java.lang.String camundaId)
- Specified by:
setCamundaId
in interfaceCamundaFormProperty
-
getCamundaName
public java.lang.String getCamundaName()
- Specified by:
getCamundaName
in interfaceCamundaFormProperty
-
setCamundaName
public void setCamundaName(java.lang.String camundaName)
- Specified by:
setCamundaName
in interfaceCamundaFormProperty
-
getCamundaType
public java.lang.String getCamundaType()
- Specified by:
getCamundaType
in interfaceCamundaFormProperty
-
setCamundaType
public void setCamundaType(java.lang.String camundaType)
- 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
public java.lang.String getCamundaVariable()
- Specified by:
getCamundaVariable
in interfaceCamundaFormProperty
-
setCamundaVariable
public void setCamundaVariable(java.lang.String camundaVariable)
- Specified by:
setCamundaVariable
in interfaceCamundaFormProperty
-
getCamundaExpression
public java.lang.String getCamundaExpression()
- Specified by:
getCamundaExpression
in interfaceCamundaFormProperty
-
setCamundaExpression
public void setCamundaExpression(java.lang.String camundaExpression)
- Specified by:
setCamundaExpression
in interfaceCamundaFormProperty
-
getCamundaDatePattern
public java.lang.String getCamundaDatePattern()
- Specified by:
getCamundaDatePattern
in interfaceCamundaFormProperty
-
setCamundaDatePattern
public void setCamundaDatePattern(java.lang.String camundaDatePattern)
- Specified by:
setCamundaDatePattern
in interfaceCamundaFormProperty
-
getCamundaDefault
public java.lang.String getCamundaDefault()
- Specified by:
getCamundaDefault
in interfaceCamundaFormProperty
-
setCamundaDefault
public void setCamundaDefault(java.lang.String camundaDefault)
- Specified by:
setCamundaDefault
in interfaceCamundaFormProperty
-
getCamundaValues
public java.util.Collection<CamundaValue> getCamundaValues()
- Specified by:
getCamundaValues
in interfaceCamundaFormProperty
-
-