public class DTInputClause extends Object
Constructor and Description |
---|
DTInputClause(String inputExpression,
String inputValuesText,
List<UnaryTest> inputValues,
CompiledExpression compiledInput) |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
getCompiledInput() |
String |
getInputExpression() |
List<UnaryTest> |
getInputValues() |
String |
getInputValuesText() |
public DTInputClause(String inputExpression, String inputValuesText, List<UnaryTest> inputValues, CompiledExpression compiledInput)
public String getInputExpression()
public String getInputValuesText()
public CompiledExpression getCompiledInput()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.