public class RuleOutputClauseContainer extends Object
| Constructor and Description |
|---|
RuleOutputClauseContainer() |
RuleOutputClauseContainer(OutputClause outputClause,
LiteralExpression outputEntry) |
| Modifier and Type | Method and Description |
|---|---|
OutputClause |
getOutputClause() |
LiteralExpression |
getOutputEntry() |
void |
setOutputClause(OutputClause outputClause) |
void |
setOutputEntry(LiteralExpression outputEntry) |
public RuleOutputClauseContainer(OutputClause outputClause, LiteralExpression outputEntry)
public RuleOutputClauseContainer()
public OutputClause getOutputClause()
public void setOutputClause(OutputClause outputClause)
public LiteralExpression getOutputEntry()
public void setOutputEntry(LiteralExpression outputEntry)
Copyright © 2018 Flowable. All rights reserved.