org.apache.tools.ant.taskdefs
Class Apt.Option
java.lang.Object
org.apache.tools.ant.taskdefs.Apt.Option
- Apt
public static final class Apt.Option
extends java.lang.Object
The nested option element.
Option() - Constructor for Option
|
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.
|
Option
public Option()
Constructor for Option
getName
public String getName()
Get the name attribute.
getValue
public String getValue()
Get the value attribute.
setName
public void setName(String name)
Set the name attribute.
name
- the name of the option.
setValue
public void setValue(String value)
Set the value attribute.
value
- the value of the option.