public static final class Apt.Option
extends java.lang.Object
Constructor and Description |
---|
Option()
Constructor for Option
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name attribute.
|
java.lang.String |
getValue()
Get the value attribute.
|
void |
setName(java.lang.String name)
Set the name attribute.
|
void |
setValue(java.lang.String value)
Set the value attribute.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the option.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the option.