public class CallableElementParameter extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
allVariables |
protected ParameterValueProvider |
sourceValueProvider |
protected String |
target |
Constructor and Description |
---|
CallableElementParameter() |
Modifier and Type | Method and Description |
---|---|
Object |
getSource(AbstractVariableScope variableScope) |
ParameterValueProvider |
getSourceValueProvider() |
String |
getTarget() |
boolean |
isAllVariables() |
void |
setAllVariables(boolean allVariables) |
void |
setSourceValueProvider(ParameterValueProvider source) |
void |
setTarget(String target) |
protected ParameterValueProvider sourceValueProvider
protected String target
protected boolean allVariables
public Object getSource(AbstractVariableScope variableScope)
public ParameterValueProvider getSourceValueProvider()
public void setSourceValueProvider(ParameterValueProvider source)
public String getTarget()
public void setTarget(String target)
public boolean isAllVariables()
public void setAllVariables(boolean allVariables)
Copyright © 2018. All rights reserved.