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 java.lang.Object


Field Summary
protected  java.lang.String key
           
protected  java.lang.String value
           
 
Constructor Summary
Apt.Option()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

value

protected java.lang.String value
Constructor Detail

Apt.Option

public Apt.Option()
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.