Method
name
Returns the name of the option. @return name
()
Source from the content-addressed store, hash-verified
| 24 | * @return name |
| 25 | */ |
| 26 | public final String name() { |
| 27 | return name; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Returns the default value. |
Tested by
no test coverage detected