Details
Description
The description of an Option cannot be changed after it is created. A
setDescription() function is desired.
/**
- Sets the self-documenting description of this Option
* - @param description The description of this option
*/
public void setDescription(String description) { this.description = description; }