|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.ant.task.Option
public class Option
An option for the generator task.
Constructor Summary | |
---|---|
Option()
|
Method Summary | |
---|---|
String |
getKey()
Returns the key of the option. |
String |
getValue()
Returns the value of the option. |
void |
setKey(String key)
Sets the key of the option. |
void |
setValue(String value)
Sets the value of the option. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Option()
Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- the key of the option.public String getValue()
public void setValue(String value)
value
- the value of the option.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |