org.apache.tools.ant.taskdefsClass Apt.Option
- java.lang.Object
- org.apache.tools.ant.taskdefs.Apt.Option
- Enclosing class:
- Apt
public static final class Apt.Option extends java.lang.Object
The nested option element.
Constructor Summary
Constructors Constructor and Description Option()
Constructor for Option
Method Summary
All Methods Instance Methods Concrete Methods 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.
Method Detail
getName
public java.lang.String getName()Get the name attribute.
- Returns:
- the name attribute.
setName
public void setName(java.lang.String name)Set the name attribute.
- Parameters:
name
- the name of the option.
getValue
public java.lang.String getValue()Get the value attribute.
- Returns:
- the value attribute.
setValue
public void setValue(java.lang.String value)Set the value attribute.
- Parameters:
value
- the value of the option.