|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.Apt.Option
public static final class Apt.Option
The nested option element.
Constructor Summary | |
---|---|
Apt.Option()
Constructor for Option |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Apt.Option()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the option.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the option.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |