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()
           
 InformationItem getParameter()
           
 void setExpression(Expression expression)
           
 void setParameter(InformationItem 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getParameter

InformationItem getParameter()

setParameter

void setParameter(InformationItem parameter)

getExpression

Expression getExpression()

setExpression

void setExpression(Expression expression)


Copyright © 2015 camunda services GmbH. All rights reserved.