Returns a string representation of the option with the specified argument. @param arg argument @return string representation
(final String arg)
| 55 | * @return string representation |
| 56 | */ |
| 57 | public final String arg(final String arg) { |
| 58 | return "declare option output:" + name() + " '" + arg.replace("'", "''") + "';"; |
| 59 | } |
| 60 | } |