org.apache.tools.ant.types
Class Parameter
java.lang.Object
org.apache.tools.ant.types.Parameter
public final class Parameter
extends java.lang.Object
A parameter is composed of a name, type and value.
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.
|
getName
public String getName()
Get the name attribute.
getType
public String getType()
Get the type attribute.
getValue
public String getValue()
Get the value attribute.
setName
public void setName(String name)
Set the name attribute.
setType
public void setType(String type)
Set the type attribute.
setValue
public void setValue(String value)
Set the value attribute.