| Constructor and Description | 
|---|
| Option()Constructor for Option | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get the name attribute. | 
| String | getValue()Get the value attribute. | 
| void | setName(String name)Set the name attribute. | 
| void | setValue(String value)Set the value attribute. | 
public String getName()
public String getValue()
public void setName(String name)
name - the name of the option.public void setValue(String value)
value - the value of the option.