public class TransactionParameter extends Object implements IEvaluatorParameter<Transaction>
Transaction within an evaluator.| Constructor and Description |
|---|
TransactionParameter()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getDefaultValue()
Gets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
|
ParameterEvaluator<Transaction> |
getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|
void |
setDefaultValue(Transaction value)
Sets the default value to use for this parameter if no parameter
is specified at the time of evaluator parameterization.
|
public final ParameterEvaluator<Transaction> getEvaluator(EvaluatorGroup group)
getEvaluator in interface IEvaluatorParameter<Transaction>group - The group in which to obtain the evaluator.ArgumentNullException - Thrown when group is null.public final Transaction getDefaultValue()
public final void setDefaultValue(Transaction value)