org.apache.torque.ant.task
Class Option

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

public class Option
extends Object


Constructor Summary
Option()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
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()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


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