org.apache.tools.ant.taskdefs
public static final class Apt.Option extends Object
Constructor Summary | |
---|---|
Option() Constructor for Option |
Method Summary | |
---|---|
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. |
Returns: the name attribute.
Returns: the value attribute.
Parameters: name the name of the option.
Parameters: value the value of the option.