Interface InputClause
- 
- All Superinterfaces:
- DmnElement,- DmnModelElementInstance,- ModelElementInstance
 - All Known Subinterfaces:
- Input
 - All Known Implementing Classes:
- InputClauseImpl,- InputImpl
 
 public interface InputClause extends DmnElement 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCamundaInputVariable()InputExpressiongetInputExpression()InputValuesgetInputValues()voidsetCamundaInputVariable(java.lang.String inputVariable)voidsetInputExpression(InputExpression inputExpression)voidsetInputValues(InputValues inputValues)- 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElementgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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- 
getInputExpressionInputExpression getInputExpression() 
 - 
setInputExpressionvoid setInputExpression(InputExpression inputExpression) 
 - 
getInputValuesInputValues getInputValues() 
 - 
setInputValuesvoid setInputValues(InputValues inputValues) 
 - 
getCamundaInputVariablejava.lang.String getCamundaInputVariable() 
 - 
setCamundaInputVariablevoid setCamundaInputVariable(java.lang.String inputVariable) 
 
- 
 
-