T - the class of accepted parameterpublic static interface ITransactionField.ITransactionFieldParametrable<T>
Java interface is used to create a transaction field that can be set with a parameter.| Modifier and Type | Method and Description |
|---|---|
T |
getParameter()
Gets the parameter of this configurable transaction field.
|
void |
setParameter(T parameter)
Sets the parameter of this configurable transaction field.
|