org.apache.tools.ant.taskdefs

Class Apt.Option

Enclosing Class:
Apt

public static final class Apt.Option
extends java.lang.Object

The nested option element.

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.

Constructor Details

Option

public Option()
Constructor for Option

Method Details

getName

public String getName()
Get the name attribute.
Returns:
the name attribute.

getValue

public String getValue()
Get the value attribute.
Returns:
the value attribute.

setName

public void setName(String name)
Set the name attribute.
Parameters:
name - the name of the option.

setValue

public void setValue(String value)
Set the value attribute.
Parameters:
value - the value of the option.