public class ContractAndSetupParameters
extends java.lang.Object
| Constructor and Description |
|---|
ContractAndSetupParameters(java.lang.String name,
Contract<?,?> contract,
JO params) |
| Modifier and Type | Method and Description |
|---|---|
<I,O> Contract<I,O> |
getContract() |
java.lang.String |
getName() |
JO |
getParams()
Returns a
copy of the contract parameters |
JO |
getParamsRo()
Returns an
unmodifiable version of the contract parameters |
public java.lang.String getName()
public <I,O> Contract<I,O> getContract()
public JO getParamsRo()
unmodifiable version of the contract parameters