org.camunda.bpm.model.cmmn.instance
Interface Expression

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
BindingRefinementExpression, ConditionExpression, ExpressionImpl, TimerExpression, TransformationExpression

public interface Expression
extends CmmnElement

Author:
Roman Smirnov

Method Summary
 String getBody()
           
 String getLanguage()
           
 void setBody(String body)
           
 void setLanguage(String language)
           
 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getBody

String getBody()

setBody

void setBody(String body)

getLanguage

String getLanguage()

setLanguage

void setLanguage(String language)


Copyright © 2014 camunda services GmbH. All rights reserved.