org.apache.tools.ant.types

Class Parameter

public final class Parameter extends Object

A parameter is composed of a name, type and value.
Method Summary
StringgetName()
Get the name attribute.
StringgetType()
Get the type attribute.
StringgetValue()
Get the value attribute.
voidsetName(String name)
Set the name attribute.
voidsetType(String type)
Set the type attribute.
voidsetValue(String value)
Set the value attribute.

Method Detail

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