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

All Superinterfaces:
DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
Column
All Known Implementing Classes:
ColumnImpl, ContextEntryImpl

public interface ContextEntry
extends DmnModelElementInstance


Method Summary
 Expression getExpression()
           
 InformationItem getInformationItem()
           
 void setExpression(Expression expression)
           
 void setInformationItem(InformationItem informationItem)
           
 
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

getInformationItem

InformationItem getInformationItem()

setInformationItem

void setInformationItem(InformationItem informationItem)

getExpression

Expression getExpression()

setExpression

void setExpression(Expression expression)


Copyright © 2015 camunda services GmbH. All rights reserved.