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, idAttributemodelInstance| 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, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElement<Body> bodyChild
public ExpressionImpl(ModelTypeInstanceContext instanceContext)
public String getBody()
getBody in interface Expressionpublic void setBody(String body)
setBody in interface Expressionpublic String getLanguage()
getLanguage in interface Expressionpublic void setLanguage(String language)
setLanguage in interface Expressionpublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.