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

All Superinterfaces:
DmnElement, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
Output
All Known Implementing Classes:
OutputClauseImpl, OutputImpl

public interface OutputClause
extends DmnElement


Method Summary
 DefaultOutputEntry getDefaultOutputEntry()
           
 String getName()
           
 OutputValues getOutputValues()
           
 String getTypeRef()
           
 void setDefaultOutputEntry(DefaultOutputEntry defaultOutputEntry)
           
 void setName(String name)
           
 void setOutputValues(OutputValues outputValues)
           
 void setTypeRef(String typeRef)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
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

getName

String getName()

setName

void setName(String name)

getTypeRef

String getTypeRef()

setTypeRef

void setTypeRef(String typeRef)

getOutputValues

OutputValues getOutputValues()

setOutputValues

void setOutputValues(OutputValues outputValues)

getDefaultOutputEntry

DefaultOutputEntry getDefaultOutputEntry()

setDefaultOutputEntry

void setDefaultOutputEntry(DefaultOutputEntry defaultOutputEntry)


Copyright © 2017 camunda services GmbH. All rights reserved.