public class ExpressionImpl extends CmmnElementImpl implements Expression
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Body> |
bodyChild |
protected static Attribute<String> |
languageAttribute |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ExpressionImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getLanguage() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setBody(String body) |
void |
setLanguage(String language) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElement<Body> bodyChild
public ExpressionImpl(ModelTypeInstanceContext instanceContext)
public String getBody()
getBody
in interface Expression
public void setBody(String body)
setBody
in interface Expression
public String getLanguage()
getLanguage
in interface Expression
public void setLanguage(String language)
setLanguage
in interface Expression
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.