public class DTOutputClause extends Object implements DecisionTable.OutputClause
| Constructor and Description |
|---|
DTOutputClause(String name,
List<UnaryTest> outputValues) |
DTOutputClause(String name,
String id,
List<UnaryTest> outputValues,
String defaultValue) |
DTOutputClause(String name,
String id,
List<UnaryTest> outputValues,
String defaultValue,
Type feelType,
boolean isCollection) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getId() |
String |
getName() |
List<UnaryTest> |
getOutputValues() |
Type |
getType() |
boolean |
isCollection() |
public DTOutputClause(String name, String id, List<UnaryTest> outputValues, String defaultValue)
public DTOutputClause(String name, String id, List<UnaryTest> outputValues, String defaultValue, Type feelType, boolean isCollection)
isCollection - should consider the output can be a collection of feelType; helpful for expressing a DMN isCollection itemDefinition attribute.public String getName()
getName in interface DecisionTable.OutputClausepublic String getId()
public List<UnaryTest> getOutputValues()
getOutputValues in interface DecisionTable.OutputClausepublic String getDefaultValue()
public Type getType()
getType in interface DecisionTable.OutputClausepublic boolean isCollection()
isCollection in interface DecisionTable.OutputClauseCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.