com.sun.tools.ws.ant
Class Apt.Option

java.lang.Object
  extended by com.sun.tools.ws.ant.Apt.Option
Enclosing class:
Apt

public static class Apt.Option
extends Object


Field Summary
protected  String key
           
protected  String value
           
 
Constructor Summary
Apt.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
 

Field Detail

key

protected String key

value

protected String value
Constructor Detail

Apt.Option

public Apt.Option()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)