org.apache.torque.ant.task
Class Option

java.lang.Object
  extended by org.apache.torque.ant.task.Option

public class Option
extends Object

An option for the generator task.

Version:
$Id: Option.java 1402619 2012-10-26 19:23:11Z tfischer $

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

Option

public Option()
Method Detail

getKey

public String getKey()
Returns the key of the option.

Returns:
the key of the option.

setKey

public void setKey(String key)
Sets the key of the option.

Parameters:
key - the key of the option.

getValue

public String getValue()
Returns the value of the option.

Returns:
the value of the option.

setValue

public void setValue(String value)
Sets the value of the option.

Parameters:
value - the value of the option.


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.