A string representation of the parameter set.
()
| 114 | * A string representation of the parameter set. |
| 115 | **/ |
| 116 | @Override |
| 117 | public String toString() |
| 118 | { |
| 119 | return Native.paramsToString(getContext().nCtx(), getNativeObject()); |
| 120 | } |
| 121 | |
| 122 | Params(Context ctx) |
| 123 | { |
nothing calls this directly
no test coverage detected