org.camunda.bpm.model.dmn.instance
Interface Binding

All Superinterfaces:
DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
BindingImpl

public interface Binding
extends DmnModelElementInstance


Method Summary
 Expression getExpression()
           
 Parameter getParameter()
           
 void setExpression(Expression expression)
           
 void setParameter(Parameter parameter)
           
 
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getParameter

Parameter getParameter()

setParameter

void setParameter(Parameter parameter)

getExpression

Expression getExpression()

setExpression

void setExpression(Expression expression)


Copyright © 2018 camunda services GmbH. All rights reserved.