org.apache.tools.ant.taskdefs

Class Apt.Option

public static final class Apt.Option extends Object

The nested option element.
Constructor Summary
Option()
Constructor for Option
Method Summary
StringgetName()
Get the name attribute.
StringgetValue()
Get the value attribute.
voidsetName(String name)
Set the name attribute.
voidsetValue(String value)
Set the value attribute.

Constructor Detail

Option

public Option()
Constructor for Option

Method Detail

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.