| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.Parameter
public final class Parameter
A parameter is composed of a name, type and value.
| Constructor Summary | |
|---|---|
| Parameter() | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Get the name attribute. | 
|  java.lang.String | getType()Get the type attribute. | 
|  java.lang.String | getValue()Get the value attribute. | 
|  void | setName(java.lang.String name)Set the name attribute. | 
|  void | setType(java.lang.String type)Set the type attribute. | 
|  void | setValue(java.lang.String value)Set the value attribute. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Parameter()
| Method Detail | 
|---|
public void setName(java.lang.String name)
name - a String valuepublic void setType(java.lang.String type)
type - a String valuepublic void setValue(java.lang.String value)
value - a String valuepublic java.lang.String getName()
String valuepublic java.lang.String getType()
String valuepublic java.lang.String getValue()
String value| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||