org.apache.tools.ant.types
public final class Parameter extends Object
Method Summary | |
---|---|
String | getName()
Get the name attribute.
|
String | getType()
Get the type attribute.
|
String | getValue()
Get the value attribute.
|
void | setName(String name)
Set the name attribute.
|
void | setType(String type)
Set the type attribute.
|
void | setValue(String value)
Set the value attribute.
|
Returns: a String
value
Returns: a String
value
Returns: a String
value
Parameters: name a String
value
Parameters: type a String
value
Parameters: value a String
value