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

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

public interface InformationItem
extends NamedDmnElement


Method Summary
 ItemDefinition getItemDefinition()
           
 void setItemDefinition(ItemDefinition itemDefinition)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getId, getName, setDescription, setId, setName
 
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

getItemDefinition

ItemDefinition getItemDefinition()

setItemDefinition

void setItemDefinition(ItemDefinition itemDefinition)


Copyright © 2015 camunda services GmbH. All rights reserved.