public class DTOutputClause extends Object
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.Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.