org.apache.tools.ant.taskdefs
public static class MacroDef.Attribute extends Object
Method Summary | |
---|---|
boolean | equals(Object obj)
equality method
|
String | getDefault() |
String | getDescription() |
String | getName() |
int | hashCode() |
void | setDefault(String defaultValue)
The default value to use if the parameter is not
used in the templated instance.
|
void | setDescription(String desc) |
void | setName(String name)
The name of the attribute.
|
Parameters: obj an Object
value
Returns: a boolean
value
Returns: the default value, null if not set
Returns: the description of the element, or null
if
no description is available.
Since: ant 1.6.1
Returns: the name of the attribute
Returns: a hash code value for this object.
Parameters: defaultValue the default value
Parameters: desc Description of the element.
Since: ant 1.6.1
Parameters: name the name of the attribute