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) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getId() |
String |
getName() |
List<UnaryTest> |
getOutputValues() |
Type |
getType() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.