Interface OutputClause
- All Superinterfaces:
DmnElement,DmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Subinterfaces:
Output
- All Known Implementing Classes:
OutputClauseImpl,OutputImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDefaultOutputEntry(DefaultOutputEntry defaultOutputEntry) voidvoidsetOutputValues(OutputValues outputValues) voidsetTypeRef(String typeRef) Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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 Details
-
getName
String getName() -
setName
-
getTypeRef
String getTypeRef() -
setTypeRef
-
getOutputValues
OutputValues getOutputValues() -
setOutputValues
-
getDefaultOutputEntry
DefaultOutputEntry getDefaultOutputEntry() -
setDefaultOutputEntry
-