public class CamundaFieldImpl extends CmmnModelElementInstanceImpl implements CamundaField
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaExpressionAttribute |
protected static ChildElement<CamundaExpression> |
camundaExpressionChild |
protected static Attribute<String> |
camundaNameAttribute |
protected static ChildElement<CamundaString> |
camundaStringChild |
protected static Attribute<String> |
camundaStringValueAttribute |
modelInstance| Constructor and Description |
|---|
CamundaFieldImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaExpression() |
CamundaExpression |
getCamundaExpressionChild() |
String |
getCamundaName() |
CamundaString |
getCamundaString() |
String |
getCamundaStringValue() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaExpressionChild(CamundaExpression camundaExpression) |
void |
setCamundaName(String camundaName) |
void |
setCamundaString(CamundaString camundaString) |
void |
setCamundaStringValue(String camundaStringValue) |
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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, 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, updateAfterReplacementprotected static ChildElement<CamundaExpression> camundaExpressionChild
protected static ChildElement<CamundaString> camundaStringChild
public CamundaFieldImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaName()
getCamundaName in interface CamundaFieldpublic void setCamundaName(String camundaName)
setCamundaName in interface CamundaFieldpublic String getCamundaExpression()
getCamundaExpression in interface CamundaFieldpublic void setCamundaExpression(String camundaExpression)
setCamundaExpression in interface CamundaFieldpublic String getCamundaStringValue()
getCamundaStringValue in interface CamundaFieldpublic void setCamundaStringValue(String camundaStringValue)
setCamundaStringValue in interface CamundaFieldpublic CamundaString getCamundaString()
getCamundaString in interface CamundaFieldpublic void setCamundaString(CamundaString camundaString)
setCamundaString in interface CamundaFieldpublic CamundaExpression getCamundaExpressionChild()
getCamundaExpressionChild in interface CamundaFieldpublic void setCamundaExpressionChild(CamundaExpression camundaExpression)
setCamundaExpressionChild in interface CamundaFieldCopyright © 2020. All rights reserved.