public interface Decision extends CmmnElement
| Modifier and Type | Method and Description | 
|---|---|
| String | getImplementationType() | 
| Collection<InputDecisionParameter> | getInputs() | 
| String | getName() | 
| Collection<OutputDecisionParameter> | getOutputs() | 
| void | setImplementationType(String implementationType) | 
| void | setName(String name) | 
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementString getName()
void setName(String name)
String getImplementationType()
void setImplementationType(String implementationType)
Collection<InputDecisionParameter> getInputs()
Collection<OutputDecisionParameter> getOutputs()
Copyright © 2018. All rights reserved.