public static class VariableAggregationDefinition.Variable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
source |
protected String |
sourceExpression |
protected String |
target |
protected String |
targetExpression |
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
VariableAggregationDefinition.Variable |
clone() |
String |
getSource() |
String |
getSourceExpression() |
String |
getTarget() |
String |
getTargetExpression() |
void |
setSource(String source) |
void |
setSourceExpression(String sourceExpression) |
void |
setTarget(String target) |
void |
setTargetExpression(String targetExpression) |
void |
setValues(VariableAggregationDefinition.Variable otherDefinition) |
protected String source
protected String target
protected String targetExpression
protected String sourceExpression
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
public String getTargetExpression()
public void setTargetExpression(String targetExpression)
public String getSourceExpression()
public void setSourceExpression(String sourceExpression)
public VariableAggregationDefinition.Variable clone()
public void setValues(VariableAggregationDefinition.Variable otherDefinition)
Copyright © 2021 Flowable. All rights reserved.