Package org.apache.torque.ant.task
Klasse Option
java.lang.Object
org.apache.torque.ant.task.Option
An option for the generator task.
- Version:
- $Id: Option.java 1402619 2012-10-26 19:23:11Z tfischer $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Option
public Option()
-
-
Methodendetails
-
getKey
Returns the key of the option.- Gibt zurück:
- the key of the option.
-
setKey
Sets the key of the option.- Parameter:
key
- the key of the option.
-
getValue
Returns the value of the option.- Gibt zurück:
- the value of the option.
-
setValue
Sets the value of the option.- Parameter:
value
- the value of the option.
-