org.apache.tools.ant.types

Class Parameter


public final class Parameter
extends java.lang.Object

A parameter is composed of a name, type and value.

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.

Method Details

getName

public String getName()
Get the name attribute.
Returns:
a String value

getType

public String getType()
Get the type attribute.
Returns:
a String value

getValue

public String getValue()
Get the value attribute.
Returns:
a String value

setName

public void setName(String name)
Set the name attribute.
Parameters:
name - a String value

setType

public void setType(String type)
Set the type attribute.
Parameters:
type - a String value

setValue

public void setValue(String value)
Set the value attribute.
Parameters:
value - a String value