Package org.apache.tools.ant.types
Class Parameter
java.lang.Object
org.apache.tools.ant.types.Parameter
A parameter is composed of a name, type and value.
- 
Constructor Details- 
Parameterpublic Parameter()
 
- 
- 
Method Details- 
setNameSet the name attribute.- Parameters:
- name- a- Stringvalue
 
- 
setTypeSet the type attribute.- Parameters:
- type- a- Stringvalue
 
- 
setValueSet the value attribute.- Parameters:
- value- a- Stringvalue
 
- 
getNameGet the name attribute.- Returns:
- a Stringvalue
 
- 
getTypeGet the type attribute.- Returns:
- a Stringvalue
 
- 
getValueGet the value attribute.- Returns:
- a Stringvalue
 
 
-