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, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
protected 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 CamundaField
public void setCamundaName(String camundaName)
setCamundaName
in interface CamundaField
public String getCamundaExpression()
getCamundaExpression
in interface CamundaField
public void setCamundaExpression(String camundaExpression)
setCamundaExpression
in interface CamundaField
public String getCamundaStringValue()
getCamundaStringValue
in interface CamundaField
public void setCamundaStringValue(String camundaStringValue)
setCamundaStringValue
in interface CamundaField
public CamundaString getCamundaString()
getCamundaString
in interface CamundaField
public void setCamundaString(CamundaString camundaString)
setCamundaString
in interface CamundaField
public CamundaExpression getCamundaExpressionChild()
getCamundaExpressionChild
in interface CamundaField
public void setCamundaExpressionChild(CamundaExpression camundaExpression)
setCamundaExpressionChild
in interface CamundaField
Copyright © 2019. All rights reserved.