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

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

public interface InputData
extends DrgElement


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.