Class CamundaFieldImpl
- 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.CamundaFieldImpl
-
- All Implemented Interfaces:
BpmnModelElementInstance
,CamundaField
,ModelElementInstance
public class CamundaFieldImpl extends BpmnModelElementInstanceImpl implements CamundaField
The BPMN field camunda extension element- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description protected static Attribute<java.lang.String>
camundaExpressionAttribute
protected static ChildElement<CamundaExpression>
camundaExpressionChild
protected static Attribute<java.lang.String>
camundaNameAttribute
protected static ChildElement<CamundaString>
camundaStringChild
protected static Attribute<java.lang.String>
camundaStringValueAttribute
-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CamundaFieldImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCamundaExpression()
CamundaExpression
getCamundaExpressionChild()
java.lang.String
getCamundaName()
CamundaString
getCamundaString()
java.lang.String
getCamundaStringValue()
static void
registerType(ModelBuilder modelBuilder)
void
setCamundaExpression(java.lang.String camundaExpression)
void
setCamundaExpressionChild(CamundaExpression camundaExpression)
void
setCamundaName(java.lang.String camundaName)
void
setCamundaString(CamundaString camundaString)
void
setCamundaStringValue(java.lang.String camundaStringValue)
-
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
-
camundaNameAttribute
protected static Attribute<java.lang.String> camundaNameAttribute
-
camundaExpressionAttribute
protected static Attribute<java.lang.String> camundaExpressionAttribute
-
camundaStringValueAttribute
protected static Attribute<java.lang.String> camundaStringValueAttribute
-
camundaExpressionChild
protected static ChildElement<CamundaExpression> camundaExpressionChild
-
camundaStringChild
protected static ChildElement<CamundaString> camundaStringChild
-
-
Constructor Detail
-
CamundaFieldImpl
public CamundaFieldImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getCamundaName
public java.lang.String getCamundaName()
- Specified by:
getCamundaName
in interfaceCamundaField
-
setCamundaName
public void setCamundaName(java.lang.String camundaName)
- Specified by:
setCamundaName
in interfaceCamundaField
-
getCamundaExpression
public java.lang.String getCamundaExpression()
- Specified by:
getCamundaExpression
in interfaceCamundaField
-
setCamundaExpression
public void setCamundaExpression(java.lang.String camundaExpression)
- Specified by:
setCamundaExpression
in interfaceCamundaField
-
getCamundaStringValue
public java.lang.String getCamundaStringValue()
- Specified by:
getCamundaStringValue
in interfaceCamundaField
-
setCamundaStringValue
public void setCamundaStringValue(java.lang.String camundaStringValue)
- Specified by:
setCamundaStringValue
in interfaceCamundaField
-
getCamundaString
public CamundaString getCamundaString()
- Specified by:
getCamundaString
in interfaceCamundaField
-
setCamundaString
public void setCamundaString(CamundaString camundaString)
- Specified by:
setCamundaString
in interfaceCamundaField
-
getCamundaExpressionChild
public CamundaExpression getCamundaExpressionChild()
- Specified by:
getCamundaExpressionChild
in interfaceCamundaField
-
setCamundaExpressionChild
public void setCamundaExpressionChild(CamundaExpression camundaExpression)
- Specified by:
setCamundaExpressionChild
in interfaceCamundaField
-
-