public class InformationRequirement extends NamedElement
| Modifier and Type | Field and Description |
|---|---|
protected DmnElementReference |
requiredDecision |
protected DmnElementReference |
requiredInput |
nameattributes, description, extensionElements, id, label| Constructor and Description |
|---|
InformationRequirement() |
| Modifier and Type | Method and Description |
|---|---|
DmnElementReference |
getRequiredDecision() |
DmnElementReference |
getRequiredInput() |
void |
setRequiredDecision(DmnElementReference requiredDecision) |
void |
setRequiredInput(DmnElementReference requiredInput) |
getName, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected DmnElementReference requiredDecision
protected DmnElementReference requiredInput
public DmnElementReference getRequiredDecision()
public void setRequiredDecision(DmnElementReference requiredDecision)
public DmnElementReference getRequiredInput()
public void setRequiredInput(DmnElementReference requiredInput)
Copyright © 2021 Flowable. All rights reserved.